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

Last updated: November 23,2024

1. Install "ocaml-batteries-included" package

This guide covers the steps necessary to install ocaml-batteries-included on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ocaml-batteries-included

2. Uninstall "ocaml-batteries-included" package

Please follow the instructions below to uninstall ocaml-batteries-included on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ocaml-batteries-included $ sudo apt autoclean && sudo apt autoremove

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

Package: ocaml-batteries-included
Priority: optional
Section: universe/ocaml
Installed-Size: 23
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: all
Source: ocaml-batteries
Version: 2.4-1
Depends: libbatteries-ocaml-dev, libbatteries-camlp4-dev, libbatteries-ocaml-doc
Filename: pool/universe/o/ocaml-batteries/ocaml-batteries-included_2.4-1_all.deb
Size: 3936
MD5sum: 78706bf3a55204b10e8aa1fec89102cf
SHA1: ece0fbe7d27be7f56dd7895909e486435a7224d6
SHA256: eda809f9480461ec8156a3cd22fddc37ecdaa8ca2004b1649c5ca926964d26cf
Description-en: Batteries included: OCaml development platform - metapackage
Batteries included is a community-driven effort to standardize on an
uniform, documented, and comprehensive OCaml development platform.
.
Batteries included serves the following purposes:
* define a standard set of libraries which may be expected on every
compliant installation of OCaml
* organize these libraries into a hierarchy of modules, with one
source of documentation
* define a standard set of language extensions which may be expected
on every compliant installation of OCaml
* provide a consistent API for otherwise independent libraries.
.
This metapackage is provided for convenience, to install all of
batteries included at once.
Description-md5: a88023fe4e5cebbb27abd017ddbcb508
Homepage: http://batteries.forge.ocamlcore.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu