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

Last updated: September 20,2024

1. Install "ocaml-mlgmpidl.i686" package

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

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

2. Uninstall "ocaml-mlgmpidl.i686" package

This guide let you learn how to uninstall ocaml-mlgmpidl.i686 on Fedora 36:

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

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

Last metadata expiration check: 0:36:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-mlgmpidl
Version : 1.2.14
Release : 3.fc36
Architecture : i686
Size : 195 k
Source : ocaml-mlgmpidl-1.2.14-3.fc36.src.rpm
Repository : fedora
Summary : OCaml interface to GMP and MPFR libraries
URL : https://github.com/nberth/mlgmpidl
License : LGPLv2 with exceptions
Description : MLGMPIDL is an OCaml interface to the GMP and MPFR rational and real
: number math libraries. Although there is another such interface, this
: one is different in that it provides a more imperative (rather than
: functional) interface to conserve memory and that this one uses
: CAMLIDL to take care of the C/OCaml interface in a convenient and
: modular way.