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

Last updated: October 06,2024

1. Install "ocaml-mlgmpidl.i686" package

Please follow the guidelines below to install ocaml-mlgmpidl.i686 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 2:38:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-mlgmpidl
Version : 1.2.12
Release : 11.fc34
Architecture : i686
Size : 204 k
Source : ocaml-mlgmpidl-1.2.12-11.fc34.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.