opam

OCaml Package Manager. Manage OCaml compilers, tools and libraries. More information: <https://opam.ocaml.org/>.

Debian Debian
RUN apt-get update && \ apt-get install -y opam
Ubuntu
RUN apt-get update && \ apt-get install -y opam
Alpine
RUN apk add opam
Arch Arch Linux
RUN pacman -S --noconfirm opam
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y opam
Fedora
RUN dnf install -y opam
Raspbian
RUN apt-get update && \ apt-get install -y opam
click the source code to copy install opam on any operating system with command-not-found.com