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

Last updated: May 15,2024

1. Install "camlmix" package

This tutorial shows how to install camlmix on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install camlmix

2. Uninstall "camlmix" package

In this section, we are going to explain the necessary steps to uninstall camlmix on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove camlmix $ sudo apt autoclean && sudo apt autoremove

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

Package: camlmix
Priority: optional
Section: universe/ocaml
Installed-Size: 618
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Version: 1.3.1-3build1
Depends: libc6 (>= 2.15)
Filename: pool/universe/c/camlmix/camlmix_1.3.1-3build1_amd64.deb
Size: 178044
MD5sum: 92295862e59c383cbf1d768584a8ae03
SHA1: f9e72e9efa0fbfa1c2353d59e7a40cc369ec31de
SHA256: 9bc855c1648c6c5d681c92db09cda7538fb05fb67fa23ab6d840d493177c1099
Description-en: preprocessor which converts text with embedded OCaml
Camlmix is a generic preprocessor which converts text with embedded OCaml into
an OCaml program with embedded text. It produces text documents from one or
several templates. OCaml toplevel statements are inserted between '## ... ##',
and OCaml string expressions between '##= ... ##'.
Description-md5: e1fca5fe9d4183c4b90f1ff5b7398b2a
Homepage: http://mjambon.com/camlmix/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu