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

Last updated: January 11,2025

1. Install "ocamlweb" package

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

$ sudo apt update $ sudo apt install ocamlweb

2. Uninstall "ocamlweb" package

Please follow the guidance below to uninstall ocamlweb on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ocamlweb $ sudo apt autoclean && sudo apt autoremove

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

Package: ocamlweb
Priority: optional
Section: universe/devel
Installed-Size: 564
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: all
Version: 1.39-3build1
Depends: ocaml-base-nox-4.02.3, tex-common (>= 6)
Recommends: texlive-latex-extra, texlive-latex-base
Suggests: hevea
Filename: pool/universe/o/ocamlweb/ocamlweb_1.39-3build1_all.deb
Size: 89768
MD5sum: 53293488d4e20580b35610d616bd65c4
SHA1: 0845c70d9a1c58f9ea3901bc054d8a36025f6d00
SHA256: 4ee714eb0da382fae4d4f424ca94fe097ed58455f172e9185a378799401d9207
Description-en: Literate programming tool for Objective Caml
Literate programming, as defined by Knuth, means to combine program
code and documentation into one source document from which program
code and documentation can be extracted. The approach of ocamlweb is
that documentation is to be included in the program code as special
comments. The ocamlweb tool extracts from this the documented program
code as LaTeX document, while no special preprocessing is required to
compile the source files.
Description-md5: 6a0aeb56ca87e57229cb0ccccb799b29
Enhances: ocaml
Homepage: http://www.lri.fr/~filliatr/ocamlweb/index.en.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu