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

Last updated: May 10,2024

1. Install "camlp5" package

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

$ sudo apt update $ sudo apt install camlp5

2. Uninstall "camlp5" package

Learn how to uninstall camlp5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove camlp5 $ sudo apt autoclean && sudo apt autoremove

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

Package: camlp5
Priority: extra
Section: universe/devel
Installed-Size: 25425
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Version: 6.14-1
Replaces: ocaml-nox (<< 3.10.0)
Provides: camlp5-tli55
Depends: ocaml-compiler-libs, ocaml-nox-4.02.3, libc6 (>= 2.14)
Suggests: ocaml-findlib
Breaks: ocaml-nox (<< 3.10.0)
Filename: pool/universe/c/camlp5/camlp5_6.14-1_amd64.deb
Size: 2286462
MD5sum: b12337fcb4e86df8700dea22d521c83a
SHA1: 11d3876c28645a86131bf025f7c8a0bc0aab4ca2
SHA256: 16334e68da3b280543cc7504da2afca397dcc73a9aa3d584bc2e2f1cb89912d7
Description-en: Pre Processor Pretty Printer for OCaml - classical version
Objective Caml (OCaml) is an implementation of the ML language,
based on the Caml Light dialect extended with a complete
class-based object system and a powerful module system in the
style of Standard ML.
.
CamlP4 is a Pre-Processor-Pretty-Printer for Objective Caml. It
offers tools for syntax (Stream Parsers and Grammars) and the
ability to modify the concrete syntax of the language
(Quotations, Syntax Extensions).
.
This package contains the "classical" version of CamlP4
executables and libraries for pre-processing and pretty-printing
OCaml sources both interactively and in a batch fashion. The
"classical" version is the implementation of CamlP4 which used
to be distributed with OCaml before the release of version 3.10.
Description-md5: 1113a8e1433440e62f5174bc5b44ee5c
Homepage: http://pauillac.inria.fr/~ddr/camlp5/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu