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

Last updated: October 05,2024

1. Install "ocaml-mlgmpidl.x86_64" package

This guide covers the steps necessary to install ocaml-mlgmpidl.x86_64 on Fedora 36

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

2. Uninstall "ocaml-mlgmpidl.x86_64" package

Please follow the steps below to uninstall ocaml-mlgmpidl.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:34:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-mlgmpidl
Version : 1.2.14
Release : 3.fc36
Architecture : x86_64
Size : 190 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.