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

Last updated: May 18,2024

1. Install "libbz2-ocaml-dev" package

Please follow the guidance below to install libbz2-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libbz2-ocaml-dev

2. Uninstall "libbz2-ocaml-dev" package

This guide let you learn how to uninstall libbz2-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libbz2-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 82
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: camlbz2
Version: 0.6.0-6build5
Provides: libbz2-ocaml-dev-32r03
Depends: libbz2-dev, libbz2-ocaml (= 0.6.0-6build5), ocaml-findlib, libbz2-ocaml-32r03, ocaml-nox-4.02.3
Filename: pool/universe/c/camlbz2/libbz2-ocaml-dev_0.6.0-6build5_amd64.deb
Size: 12140
MD5sum: 679eac773dca9262482354787d8adeca
SHA1: 9353c7ebad14b69518137104d73b57b714071240
SHA256: 8b80d1705945395c5debadf27cbae3d4d2213b8b9330ed409d0651d5cac7fd9a
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 all the development stuff you need to use
CamlBZ2 in your programs.
Description-md5: 2e0772b8c2e025a604672d5b06c05ced
Homepage: http://camlbz2.forge.ocamlcore.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu