How to Install and Uninstall ocaml-num.x86_64 Package on AlmaLinux 9

Last updated: October 13,2024

1. Install "ocaml-num.x86_64" package

Here is a brief guide to show you how to install ocaml-num.x86_64 on AlmaLinux 9

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

2. Uninstall "ocaml-num.x86_64" package

Please follow the steps below to uninstall ocaml-num.x86_64 on AlmaLinux 9:

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

3. Information about the ocaml-num.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:23:56 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : ocaml-num
Version : 1.4
Release : 4.el9
Architecture : x86_64
Size : 262 k
Source : ocaml-num-1.4-4.el9.src.rpm
Repository : epel
Summary : Legacy Num library for arbitrary-precision integer and rational arithmetic
URL : https://github.com/ocaml/num
License : LGPLv2+ with exceptions
Description : This library implements arbitrary-precision arithmetic on big integers
: and on rationals.
:
: This is a legacy library. It used to be part of the core OCaml
: distribution (in otherlibs/num) but is now distributed separately. New
: applications that need arbitrary-precision arithmetic should use the
: Zarith library (https://github.com/ocaml/Zarith) instead of the Num
: library, and older applications that already use Num are encouraged to
: switch to Zarith. Zarith delivers much better performance than Num and
: has a nicer API.