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

Last updated: July 07,2024

1. Install "ocaml-extlib.i686" package

In this section, we are going to explain the necessary steps to install ocaml-extlib.i686 on Fedora 34

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

2. Uninstall "ocaml-extlib.i686" package

This tutorial shows how to uninstall ocaml-extlib.i686 on Fedora 34:

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

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

Last metadata expiration check: 0:06:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-extlib
Version : 1.7.8
Release : 3.fc34
Architecture : i686
Size : 1.1 M
Source : ocaml-extlib-1.7.8-3.fc34.src.rpm
Repository : fedora
Summary : OCaml ExtLib additions to the standard library
URL : https://github.com/ygrek/ocaml-extlib
License : LGPLv2+ with exceptions
Description : ExtLib is a project aiming at providing a complete - yet small -
: standard library for the OCaml programming language. The purpose of
: this library is to add new functions to OCaml Standard Library
: modules, to modify some functions in order to get better performances
: or more safety (tail-recursive) but also to provide new modules which
: should be useful for the average OCaml programmer.