November 2017
Beginner
316 pages
6h 40m
English
Ubuntu and its derived distributions are one of the most famous Linux distributions. Julia's deb packages (self-extracting binaries) are available on the website of JuliaLang, mentioned earlier. These are available for both 32-bit and 64-bit distributions. One can also add Personal Package Archive (PPA), which is treated as an apt repository to build and publish Ubuntu source packages. In the Terminal, type the following commands:
$ sudo apt-get add-repository ppa:staticfloat/juliareleases$ sudo apt-get update
This adds the PPA and updates the package index in the repository. Now install Julia using the following command:
$ sudo apt-get install Julia
The installation is complete. To check whether the installation is ...
Read now
Unlock full access