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

Last updated: May 08,2024

1. Install "julia-common" package

Please follow the guidelines below to install julia-common on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install julia-common

2. Uninstall "julia-common" package

Please follow the instructions below to uninstall julia-common on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: julia-common
Priority: extra
Section: universe/science
Installed-Size: 5147
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Julia Team
Architecture: all
Source: julia
Version: 0.4.5-3
Replaces: julia (<< 0.4.1-1~)
Recommends: julia
Breaks: julia (<< 0.4.1-1~)
Filename: pool/universe/j/julia/julia-common_0.4.5-3_all.deb
Size: 969114
MD5sum: 2952c46376223a7bbe3bad2e86d0d80f
SHA1: 7501f95a6cdf3c680c887ebc7043a0ec9cc06259
SHA256: a054ee2fd2105721375dea75be3ab6cbbe62de05e8a50dd5c0deeb4c3fb7263d
Description-en: high-performance programming language for technical computing (common files)
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 contains the Julia standard library and test suite.
Description-md5: 7eb581ebd241322d7bc6632994f0b616
Homepage: http://julialang.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu