How to Install and Uninstall ocaml-num.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "ocaml-num.x86_64" package

Please follow the step by step instructions below to install ocaml-num.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ocaml-num.x86_64" package

This is a short guide on how to uninstall ocaml-num.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ocaml-num.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:57:16 ago on Mon Feb 26 07:04:30 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.