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

Last updated: September 29,2024

1. Install "ocaml-num.x86_64" package

This guide let you learn how to install ocaml-num.x86_64 on Oracle Linux 9

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

2. Uninstall "ocaml-num.x86_64" package

Learn how to uninstall ocaml-num.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 2:03:08 ago on Thu Feb 15 07:50:05 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.