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

Last updated: September 21,2024

1. Install "ocaml-cmdliner.i686" package

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

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

2. Uninstall "ocaml-cmdliner.i686" package

This is a short guide on how to uninstall ocaml-cmdliner.i686 on Fedora 38:

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

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

Last metadata expiration check: 4:22:13 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ocaml-cmdliner
Version : 1.1.1
Release : 3.fc38
Architecture : i686
Size : 416 k
Source : ocaml-cmdliner-1.1.1-3.fc38.src.rpm
Repository : fedora
Summary : Declarative definition of command line interfaces for OCaml
URL : https://erratique.ch/software/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.