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

Last updated: May 06,2024

1. Install "camlp4" package

Please follow the instructions below to install camlp4 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install camlp4

2. Uninstall "camlp4" package

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

$ sudo apt remove camlp4 $ sudo apt autoclean && sudo apt autoremove

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

Package: camlp4
Priority: optional
Section: universe/devel
Installed-Size: 34842
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Version: 4.02.1+3-2
Replaces: camlp4-extra (<< 4.02.1)
Provides: camlp4-extra
Depends: libcamlp4-ocaml-dev, libc6 (>= 2.15), ocaml-base-nox-4.02.3
Recommends: ocaml-findlib
Breaks: camlp4-extra (<< 4.02.1)
Filename: pool/universe/c/camlp4/camlp4_4.02.1+3-2_amd64.deb
Size: 3387520
MD5sum: 8bf2885b4a074527e84b349ee55d182a
SHA1: 0a51517f0828b5808ec5a712c1b92304db5221db
SHA256: 66c6db25be542cc2feed8c6f2edc99fe71e14eb3e9862a18bb92eb0986e41668
Description-en: Pre Processor Pretty Printer for OCaml
Camlp4 is a software system for writing extensible parsers for
programming languages. It provides a set of OCaml libraries that are
used to define grammars as well as loadable syntax extensions of such
grammars. Camlp4 stands for Caml Preprocessor and Pretty-Printer and
one of its most important applications is the definition of
domain-specific extensions of the syntax of OCaml.
.
This package contains CamlP4 executables for pre-processing and
pretty-printing OCaml sources both interactively and in a batch
fashion.
Description-md5: 9fce8d460519e96aaf18e6a0e29e1892
Homepage: https://github.com/ocaml/camlp4
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu