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

Last updated: October 05,2024

1. Install "ocaml-cmdliner.i686" package

Here is a brief guide to show you how to install ocaml-cmdliner.i686 on Fedora 34

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

2. Uninstall "ocaml-cmdliner.i686" package

Please follow the step by step instructions below to uninstall ocaml-cmdliner.i686 on Fedora 34:

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

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

Last metadata expiration check: 4:58:01 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-cmdliner
Version : 1.0.4
Release : 18.fc34
Architecture : i686
Size : 390 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.