TLDR
Enter a command. For example: sha256sum, mp4box, ftp, json5, w.

opam

 
OCaml Package Manager. Manage OCaml compilers, tools and libraries. More information: https://opam.ocaml.org/.
 
  • Initialize opam for first use:
     
    opam init
     
  • Search for packages:
     
    opam search {{package_name}}
     
  • Install a package and all of its dependencies:
     
    opam install {{package_name}}
     
  • Display detailed information about a package:
     
    opam show {{package_name}}
     
  • List all installed packages:
     
    opam list
     
  • Update the local package database:
     
    opam update
     
  • Upgrade all installed packages:
     
    opam upgrade
     
  • Display all commands:
     
    opam help

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.