How to Install and Uninstall ocaml-cmdliner.i686 Package on Fedora 35

Last updated: May 19,2024

1. Install "ocaml-cmdliner.i686" package

This guide covers the steps necessary to install ocaml-cmdliner.i686 on Fedora 35

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

2. Uninstall "ocaml-cmdliner.i686" package

Please follow the instructions below to uninstall ocaml-cmdliner.i686 on Fedora 35:

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

3. Information about the ocaml-cmdliner.i686 package on Fedora 35

Last metadata expiration check: 1:58:12 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-cmdliner
Version : 1.0.4
Release : 20.fc35
Architecture : i686
Size : 386 k
Source : ocaml-cmdliner-1.0.4-20.fc35.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.