How to Install and Uninstall camlp4 Package on Kali Linux

Last updated: May 05,2024

1. Install "camlp4" package

Please follow the guidance below to install camlp4 on Kali Linux

$ sudo apt update $ sudo apt install camlp4

2. Uninstall "camlp4" package

Please follow the steps below to uninstall camlp4 on Kali Linux:

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

3. Information about the camlp4 package on Kali Linux

Package: camlp4
Version: 4.14+1-1
Installed-Size: 65086
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Replaces: camlp4-extra (<< 4.03)
Provides: camlp4-extra
Depends: libcamlp4-ocaml-dev, libc6 (>= 2.35), libstdlib-ocaml-ep7y0, ocaml-base-4.14.1
Recommends: ocaml-findlib
Breaks: camlp4-extra (<< 4.03)
Size: 11097972
SHA256: 8b868fc44eaeaae7069c5c95a05f0da312a56a3c579d37edda59b850147c6849
SHA1: b595928f30354cef60de1128ae871c8aa7be3772
MD5sum: bb54d739f0125fa8a738f0c937db36a6
Description: 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:
Homepage: https://github.com/ocaml/camlp4
Tag: devel::code-generator, devel::lang:ocaml, devel::library,
devel::prettyprint, implemented-in::ocaml, interface::commandline,
role::devel-lib, role::program, scope::utility,
works-with::software:source
Section: ocaml
Priority: optional
Filename: pool/main/c/camlp4/camlp4_4.14+1-1_amd64.deb