How to Install and Uninstall ocaml-cmdliner.x86_64 Package on Fedora 36

Last updated: October 05,2024

1. Install "ocaml-cmdliner.x86_64" package

This guide let you learn how to install ocaml-cmdliner.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-cmdliner.x86_64

2. Uninstall "ocaml-cmdliner.x86_64" package

This guide let you learn how to uninstall ocaml-cmdliner.x86_64 on Fedora 36:

$ sudo dnf remove ocaml-cmdliner.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-cmdliner.x86_64 package on Fedora 36

Last metadata expiration check: 3:40:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-cmdliner
Version : 1.0.4
Release : 23.fc36
Architecture : x86_64
Size : 393 k
Source : ocaml-cmdliner-1.0.4-23.fc36.src.rpm
Repository : fedora
Summary : Declarative definition of command line interfaces for OCaml
URL : https://github.com/dbuenzli/cmdliner/
License : ISC
Description : Cmdliner allows the declarative definition of command line
: interfaces for OCaml.
:
: It provides a simple and compositional mechanism to convert
: command line arguments to OCaml values and pass them to your
: functions. The module automatically handles syntax errors,
: help messages and UNIX man page generation. It supports
: programs with single or multiple commands and respects
: most of the POSIX and GNU conventions.
:
: Cmdliner has no dependencies and is distributed under
: the ISC license.