How to Install and Uninstall ocamldsort Package on Kali Linux

Last updated: April 28,2024

1. Install "ocamldsort" package

Please follow the steps below to install ocamldsort on Kali Linux

$ sudo apt update $ sudo apt install ocamldsort

2. Uninstall "ocamldsort" package

Please follow the step by step instructions below to uninstall ocamldsort on Kali Linux:

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

3. Information about the ocamldsort package on Kali Linux

Package: ocamldsort
Source: ocamldsort (0.16.0-8)
Version: 0.16.0-8+b1
Installed-Size: 1251
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libc6 (>= 2.35)
Size: 345188
SHA256: 6c15761b30000fda495cfd952587116aaf12e4f0a7d1d0ccbab266a204ebc58b
SHA1: 2347b5dcccd936b86d619332b07fba14f7c76ddd
MD5sum: 5027a4c34683a02d60c32bb4df43d97d
Description: 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:
Homepage: http://iml.univ-mrs.fr/~ara/programmes.html.en
Tag: devel::lang:ocaml, implemented-in::ocaml, interface::commandline,
role::program, scope::utility, works-with::software:source
Section: ocaml
Priority: optional
Filename: pool/main/o/ocamldsort/ocamldsort_0.16.0-8+b1_amd64.deb