How to Install and Uninstall opam-docs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "opam-docs" package

Here is a brief guide to show you how to install opam-docs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install opam-docs

2. Uninstall "opam-docs" package

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

$ sudo apt remove opam-docs $ sudo apt autoclean && sudo apt autoremove

3. Information about the opam-docs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: opam-docs
Priority: optional
Section: universe/doc
Installed-Size: 331
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: all
Source: opam
Version: 1.2.2-4
Filename: pool/universe/o/opam/opam-docs_1.2.2-4_all.deb
Size: 309742
MD5sum: 244df6da327bb6de1e77689a5636ecbb
SHA1: 8948eb25bfecf2a7a9a63ada012fead443916524
SHA256: 7ff159456bb80645552d76eb24eefb0dbe7c2b124f86c1543de009d1c8095960
Description-en: package manager for OCaml (documentation)
OPAM stands for OCaml PAckage Manager. It aims to suit to a vast number
of users and use cases, and has unique features:
* Powerful handling of dependencies: versions constraints, optional
dependencies, conflicts, etc.
* Multiple repositories backends: HTTP, rsync, git
* Ease to create packages and repositories
* Ability to switch between different compiler versions
.
Typically, OPAM will probably make your life easier if you recognize
yourself in at least one of these profiles:
* You use multiple versions of the OCaml compiler, or you hack the compiler
yourself and needs to frequently switch between compiler versions.
* You use or develop software that needs a specific and/or modified version
of the OCaml compiler to be installed.
* You use or develop software that depends on a specific version of an OCaml
library, or you just want to install a specific version of a package, not
just the latest one.
* You want to create your own packages yourself, put them on your own
repository, with minimal effort.
.
This package contains manpages and general documentation about OPAM.
Description-md5: c0cff1c2a1a1c600eda6112ca7c376b5
Homepage: http://opam.ocamlpro.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions