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

Last updated: January 12,2025

1. Install "ocaml-num.x86_64" package

Please follow the guidance below to install ocaml-num.x86_64 on Rocky Linux 9

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

2. Uninstall "ocaml-num.x86_64" package

Please follow the guidelines below to uninstall ocaml-num.x86_64 on Rocky Linux 9:

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

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

Last metadata expiration check: 0:14:47 ago on Fri Feb 16 06:49:52 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.