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

Last updated: May 02,2024

1. Install "libbitstring-ocaml" package

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

$ sudo apt update $ sudo apt install libbitstring-ocaml

2. Uninstall "libbitstring-ocaml" package

This tutorial shows how to uninstall libbitstring-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libbitstring-ocaml
Priority: optional
Section: universe/ocaml
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-bitstring
Version: 2.0.4-2build1
Provides: libbitstring-ocaml-5ha19
Depends: ocaml-base-nox-4.02.3, libc6 (>= 2.2.5)
Filename: pool/universe/o/ocaml-bitstring/libbitstring-ocaml_2.0.4-2build1_amd64.deb
Size: 7250
MD5sum: 6918a89dea53d845eba47ce664d6195d
SHA1: 84e6a8d2c83cd2dbc5065c6f645abc1b2bd18f05
SHA256: 5f3473b7885efb3938afff7e481f497fc209e2daa90ae987600c1b8cf0ac9166
Description-en: Erlang-style bitstrings for OCaml (runtime)
Bitstring adds Erlang-style bitstrings and matching over bitstrings as a syntax
extension and library for OCaml.
.
You can use this module to both parse and generate binary formats, files and
protocols.
.
Bitstring handling is added as primitives to the language, making it simple to
use.
.
Bitstring handles integers, strings, sub-bitstrings, big-, little- and
native-endianness, signed and unsigned types, variable-width fields, fields
with arbitrary bit alignment.
.
This package contains only the shared runtime stub libraries.
Description-md5: c2b8966f5698181380aea049d9cdbad0
Homepage: http://code.google.com/p/bitstring/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu