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

Last updated: October 05,2024

1. Install "ocaml-cmdliner.x86_64" package

This is a short guide on how to install ocaml-cmdliner.x86_64 on Fedora 34

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

2. Uninstall "ocaml-cmdliner.x86_64" package

Here is a brief guide to show you how to uninstall ocaml-cmdliner.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:07:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-cmdliner
Version : 1.0.4
Release : 18.fc34
Architecture : x86_64
Size : 395 k
Source : ocaml-cmdliner-1.0.4-18.fc34.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.