How to Install and Uninstall julia Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "julia" package

Learn how to install julia on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install julia

2. Uninstall "julia" package

This guide let you learn how to uninstall julia on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove julia $ sudo apt autoclean && sudo apt autoremove

3. Information about the julia package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: julia
Priority: extra
Section: universe/science
Installed-Size: 26551
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Julia Team
Architecture: amd64
Version: 0.4.5-3
Depends: julia-common (= 0.4.5-3), libarpack2 (>= 2.1), libc6 (>= 2.14), libcholmod3.0.6, libdsfmt-19937-1 (>= 2.2.3), libfftw3-double3, libfftw3-single3, libgcc1 (>= 1:3.0), libgmp10, libllvm3.8, libmpfr4 (>= 3.1.3), libopenblas-base, libopenlibm2 (>= 0.4), libopenspecfun1 (>= 0.4), libpcre2-8-0, libspqr2.0.2, libstdc++6 (>= 5.2), libsuitesparseconfig4.4.6, libumfpack5.7.1, libunwind8, libutf8proc1 (>= 1.3)
Recommends: git
Suggests: ess (>= 12.09-1~), julia-doc
Filename: pool/universe/j/julia/julia_0.4.5-3_amd64.deb
Size: 4028492
MD5sum: e4895614dd4a9d7d1bac83a329035f52
SHA1: edd82493ec106bab2adce241d094fa5132b2d357
SHA256: 32bcb7c92d89c35eee0aea04f26ca1aa5bc41c1b178bb1e12fd7cc9ee99018b5
Description-en: high-performance programming language for technical computing
Julia is a high-level, high-performance dynamic programming language for
technical computing, with syntax that is familiar to users of other technical
computing environments. It provides a sophisticated compiler, distributed
parallel execution, numerical accuracy, and an extensive mathematical function
library. The library, mostly written in Julia itself, also integrates mature,
best-of-breed C and Fortran libraries for linear algebra, random number
generation, FFTs, and string processing. Julia programs are organized around
defining functions, and overloading them for different combinations of
argument types (which can also be user-defined).
.
This package provides a complete Julia installation (JIT compiler, standard
library, text-based user interface).
Description-md5: 7dde6bdfecf283488c90d2886fb982c1
Homepage: http://julialang.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu