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

Last updated: April 28,2024

1. Install "ocaml-extlib.i686" package

This guide covers the steps necessary to install ocaml-extlib.i686 on Fedora 36

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

2. Uninstall "ocaml-extlib.i686" package

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

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

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

Last metadata expiration check: 2:21:03 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-extlib
Version : 1.7.8
Release : 8.fc36
Architecture : i686
Size : 1.1 M
Source : ocaml-extlib-1.7.8-8.fc36.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.