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

Last updated: October 05,2024

1. Install "ocaml-mlgmpidl.x86_64" package

Here is a brief guide to show you how to install ocaml-mlgmpidl.x86_64 on Fedora 34

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

2. Uninstall "ocaml-mlgmpidl.x86_64" package

Please follow the instructions below to uninstall ocaml-mlgmpidl.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:17:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-mlgmpidl
Version : 1.2.12
Release : 11.fc34
Architecture : x86_64
Size : 197 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.