How to Install and Uninstall ocamldsort Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "ocamldsort" package

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

$ sudo apt update $ sudo apt install ocamldsort

2. Uninstall "ocamldsort" package

This guide let you learn how to uninstall ocamldsort on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ocamldsort $ sudo apt autoclean && sudo apt autoremove

3. Information about the ocamldsort package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ocamldsort
Priority: optional
Section: universe/devel
Installed-Size: 587
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Version: 0.16.0-2build3
Depends: libc6 (>= 2.15)
Filename: pool/universe/o/ocamldsort/ocamldsort_0.16.0-2build3_amd64.deb
Size: 169600
MD5sum: 3d5fa9bad6d76437d7b67a575f7b6bb3
SHA1: 42203ac2f48c365f77c07c0e9e7f03fdbddea4d8
SHA256: 2117f15ba7f24236dc38a222c34b3b896a7e65a16878549e2a4252f8f292a93d
Description-en: dependency sorter for OCaml source files
The ocamldsort command scans a set of Objective Caml source files (.ml
and .mli files), sorts them according to their dependencies and prints
the sorted files in order to link their corresponding .cmo files.
.
ocamldsort can be used to compile and link simple projects with one
command.
.
However for larger projects where separate compilation is desirable,
ocamldsort can also be used from within a makefile as described in the
documentation.
Description-md5: f7a198f0361f5c4f37cc476eb784640a
Homepage: http://dimitri.mutu.net/informatique.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu