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

Last updated: May 18,2024

1. Install "dh-ocaml" package

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

$ sudo apt update $ sudo apt install dh-ocaml

2. Uninstall "dh-ocaml" package

In this section, we are going to explain the necessary steps to uninstall dh-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: dh-ocaml
Priority: extra
Section: universe/devel
Installed-Size: 261
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: all
Version: 1.0.10
Replaces: ocaml (<< 3.11.0~beta1-1), ocaml-base (<< 3.11.0~beta1-1), ocaml-base-nox (<< 3.11.0~beta1-1), ocaml-nox (<< 3.11.0~beta1-1)
Recommends: debhelper, ocaml-nox (>> 3.12)
Suggests: git
Breaks: ocaml (<< 3.12), ocaml-base (<< 3.12), ocaml-base-nox (<< 3.12), ocaml-nox (<< 3.12)
Filename: pool/universe/d/dh-ocaml/dh-ocaml_1.0.10_all.deb
Size: 80160
MD5sum: f65f18c6b70f3f6f75db465d9d2efc50
SHA1: c29819a9d784c40d39f7c4ac139976cdeac6b344
SHA256: f5b19ea957f35a9d183c28318d792ff25cee4b713e66ab19fdf8aadec6ed33c2
Description-en: helper tools for maintaining OCaml-related Debian packages
dh-ocaml is a set of tools and documents to help maintaining Debian
packages related to the Objective Caml (OCaml) programming language.
.
dh-ocaml notably contains the following components:
* Makefile helpers to write debian/rules files implementing OCaml
packaging best-practices (both for CDBS lovers and haters)
* the Debian OCaml Packaging Policy
* dh_ocaml debhelper to automatically computes dependencies among
binary OCaml packages
* ocaml-md5sums, the tool used to maintain the system registry of
OCaml module interface checksums
Description-md5: a2d96f5703de2b33380537be59e6a4c6
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu