How to Install and Uninstall libcsexp-ocaml Package on Kali Linux

Last updated: May 11,2024

1. Install "libcsexp-ocaml" package

This is a short guide on how to install libcsexp-ocaml on Kali Linux

$ sudo apt update $ sudo apt install libcsexp-ocaml

2. Uninstall "libcsexp-ocaml" package

This tutorial shows how to uninstall libcsexp-ocaml on Kali Linux:

$ sudo apt remove libcsexp-ocaml $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcsexp-ocaml package on Kali Linux

Package: libcsexp-ocaml
Source: ocaml-csexp (1.5.2-4)
Version: 1.5.2-4+b1
Installed-Size: 130
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libcsexp-ocaml-pi675
Depends: libstdlib-ocaml-ep7y0, ocaml-base-4.14.1
Size: 39752
SHA256: d01a9c0bb0a097c1bc33cb2bbc06732973a8a1f3cb3366d58766f49116038f64
SHA1: c38cf3cd88d29b4b4c25de51d464df7700438e9f
MD5sum: 8ec9396807ee3135bbe1e9e96d6bce07
Description: parsing and printing of S-expressions in Canonical form (runtime)
This library provides minimal support for Canonical
S-expressions. Canonical S-expressions are a binary encoding of
S-expressions that is super simple and well suited for communication
between programs.
.
This library only provides a few helpers for simple applications. If
you need more advanced support, such as parsing from more fancy input
sources, you should consider copying the code of this library given
how simple parsing S-expressions in canonical form is.
.
To avoid a dependency on a particular S-expression library, the only
module of this library is parameterised by the type of S-expressions.
.
This package contains runtime files.
Description-md5:
Homepage: https://github.com/ocaml-dune/csexp
Section: ocaml
Priority: optional
Filename: pool/main/o/ocaml-csexp/libcsexp-ocaml_1.5.2-4+b1_amd64.deb