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

Last updated: May 18,2024

1. Install "libres-ocaml-dev" package

This tutorial shows how to install libres-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libres-ocaml-dev" package

This guide covers the steps necessary to uninstall libres-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libres-ocaml-dev
Priority: extra
Section: universe/devel
Installed-Size: 2095
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-res
Version: 4.0.3-3build1
Provides: libres-ocaml-dev-a1a91
Depends: ocaml-nox-4.02.3, libc6 (>= 2.2.5)
Recommends: ocaml-findlib
Filename: pool/universe/o/ocaml-res/libres-ocaml-dev_4.0.3-3build1_amd64.deb
Size: 213724
MD5sum: 9144745e63127726d73553d59029734a
SHA1: 8807e019d27620f715472e5c4054f55d9c7cf548
SHA256: 83b4b21283215f88abcf18a46ff95bb03dc4ea82300909857ffcdade05d6b63b
Description-en: OCaml library for automatically resizing contiguous data structure
This OCaml library consists of a set of modules which implement
automatically resizing (i.e. reallocating) data structures that consume
a contiguous part of memory.
.
This allows appending and removing of elements to/from arrays (both
boxed and unboxed), strings (i.e. buffers), bit strings and weak arrays
while still maintaining fast constant-time access to elements.
.
There are also functors that allow the generation of similar modules
which use different reallocation strategies.
Description-md5: e52157010401abe136046930003c1d3d
Homepage: https://bitbucket.org/mmottl/res
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu