How to Install and Uninstall libbz2-ocaml Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libbz2-ocaml" package

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

$ sudo apt update $ sudo apt install libbz2-ocaml

2. Uninstall "libbz2-ocaml" package

Here is a brief guide to show you how to uninstall libbz2-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libbz2-ocaml package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libbz2-ocaml
Priority: optional
Section: universe/libs
Installed-Size: 31
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: camlbz2
Version: 0.6.0-6build5
Provides: libbz2-ocaml-32r03
Depends: ocaml-base-nox-4.02.3, libbz2-1.0, libc6 (>= 2.14)
Filename: pool/universe/c/camlbz2/libbz2-ocaml_0.6.0-6build5_amd64.deb
Size: 7418
MD5sum: 055b983f139bb2afd673d6f11d0f0b4c
SHA1: 67acdc64aa31874086b47dc3a9e6bd8f13f5851d
SHA256: 603211167b3c1c27d5daea99a7554b8feda0ed715255c4b012a9f93169913db6
Description-en: OCaml bindings for the bzip2 compression library
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: ca1e0fbe63e62dc583728a574bbb5943
Homepage: http://camlbz2.forge.ocamlcore.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu