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

Last updated: May 15,2024

1. Install "libbz2-ocaml" package

Please follow the steps below to install libbz2-ocaml on Kali Linux

$ sudo apt update $ sudo apt install libbz2-ocaml

2. Uninstall "libbz2-ocaml" package

Please follow the steps below to uninstall libbz2-ocaml on Kali Linux:

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

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

Package: libbz2-ocaml
Source: camlbz2 (0.7.0-2)
Version: 0.7.0-2+b1
Installed-Size: 28
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libbz2-ocaml-v1vz4
Depends: libstdlib-ocaml-ep7y0, ocaml-base-4.14.1, libbz2-1.0, libc6 (>= 2.14)
Size: 7372
SHA256: 584a105355c3304dab5d9a43f62e961c49c6cc0b23fba06331fea8dccb7419d3
SHA1: 969b27f5be420f65c153b1a33798eb73b8c0bdc3
MD5sum: 1f924e165b741fa20df6583f992cac3f
Description: OCaml bindings for the bzip2 compression library (runtime)
CamlBZ2 provides OCaml bindings for libbz2 (AKA bzip2), a popular
compression library which typically compresses better (i.e., smaller
resulting files) than gzip.
.
Using CamlBZ2 you can read and write compressed "files", where files
can be anything offering an in_channel/out_channel abstraction
(files, sockets, ...).
.
Also, with CamlBZ2 you can compress and decompress strings in memory
using the bzip2 compression algorithm.
.
This package contains only the shared runtime stub libraries.
Description-md5:
Homepage: https://gitlab.com/irill/camlbz2/-/tree/master
Tag: role::shared-lib
Section: ocaml
Priority: optional
Filename: pool/main/c/camlbz2/libbz2-ocaml_0.7.0-2+b1_amd64.deb