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

Last updated: October 10,2024

1. Install "ocaml-mlgmpidl.x86_64" package

This is a short guide on how to install ocaml-mlgmpidl.x86_64 on Fedora 39

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

2. Uninstall "ocaml-mlgmpidl.x86_64" package

Please follow the step by step instructions below to uninstall ocaml-mlgmpidl.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 4:37:12 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ocaml-mlgmpidl
Version : 1.3.0
Release : 3.fc39
Architecture : x86_64
Size : 192 k
Source : ocaml-mlgmpidl-1.3.0-3.fc39.src.rpm
Repository : fedora
Summary : OCaml interface to GMP and MPFR libraries
URL : https://github.com/nberth/mlgmpidl
License : LGPL-2.1-only WITH OCaml-LGPL-linking-exception
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.