How to Install and Uninstall opam Package on Kali Linux

Last updated: May 10,2024

1. Install "opam" package

This guide let you learn how to install opam on Kali Linux

$ sudo apt update $ sudo apt install opam

2. Uninstall "opam" package

Please follow the guidelines below to uninstall opam on Kali Linux:

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

3. Information about the opam package on Kali Linux

Package: opam
Version: 2.1.5-1
Installed-Size: 9101
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.0), libglpk40 (>= 4.59), libstdc++6 (>= 13.1), opam-installer (= 2.1.5-1), build-essential, bubblewrap, unzip, wget | curl
Recommends: ocaml, git, darcs, mercurial, m4, rsync, ca-certificates
Suggests: opam-doc (= 2.1.5-1)
Size: 2267044
SHA256: 87aca78dc68963a9053cfdaefb1ede345d65d705f092cc424126cf8ea804f5ca
SHA1: 31868aff069096a13d938c18eaf2fffe21043f05
MD5sum: 3cfbfab68e4333fa4b2afba4bbc6cd25
Description: package manager for OCaml
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.
Description-md5:
Homepage: https://opam.ocaml.org
Tag: uitoolkit::ncurses
Section: ocaml
Priority: optional
Filename: pool/main/o/opam/opam_2.1.5-1_amd64.deb