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

Last updated: May 05,2024

1. Install "libounit-ocaml-dev" package

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

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

2. Uninstall "libounit-ocaml-dev" package

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

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

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

Package: libounit-ocaml-dev
Priority: optional
Section: universe/devel
Installed-Size: 2719
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ounit
Version: 2.0.0-1build1
Provides: libounit-ocaml-dev-dc2u4
Depends: ocaml-nox-4.02.3, libc6 (>= 2.2.5)
Suggests: ocaml-findlib
Filename: pool/universe/o/ounit/libounit-ocaml-dev_2.0.0-1build1_amd64.deb
Size: 415420
MD5sum: 8c476c73856960e36a3684a89d4a63b9
SHA1: 6a57b46f48e3c30ed943724ecf861e4a0d281bdb
SHA256: 97bf02c1a9bd130503228aca6a2628b7785312026afe0a29b7a946b8a8e94377
Description-en: Unit testing framework for OCaml
OUnit is a unit testing framework for OCaml, imspired
by the JUnit tool for Java and the HUnit tool for Haskell.
.
OUnit is designed to provide a convenient way for you to write tests
for your OCaml code. Tests can be aggregated into test suites, making
it easy to both write tests close to the code being examined and
execute a comprehensive aggregate set of tests -- or any subset of it.
Description-md5: 54f3333853eca18a12402e076f6959bc
Homepage: http://ounit.forge.ocamlcore.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu