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

Last updated: May 09,2024

1. Install "julia-doc" package

This guide let you learn how to install julia-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install julia-doc

2. Uninstall "julia-doc" package

This is a short guide on how to uninstall julia-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: julia-doc
Priority: extra
Section: universe/doc
Installed-Size: 9911
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Julia Team
Architecture: all
Source: julia
Version: 0.4.5-3
Depends: fonts-font-awesome, libjs-jquery, libjs-mathjax, libjs-underscore, libjs-sphinxdoc (>= 1.0), sphinx-rtd-theme-common
Suggests: julia
Filename: pool/universe/j/julia/julia-doc_0.4.5-3_all.deb
Size: 713392
MD5sum: 9fdd5bd351438e9ee55602c9880d3ac9
SHA1: a65e2af5e6945caf9dd44b14bb562a0c6b543c16
SHA256: b2b13f6dc633016b1a82c48f77af142901a7fa24371cb9cf7f12bc46165c44ce
Description-en: high-performance programming language for technical computing (documentation)
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 manual, which describes the language and its
standard library. It also contains example Julia programs.
Description-md5: 046b5c1b5902cc6ebb8ca5d6312ccb9f
Homepage: http://julialang.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu