How to Install and Uninstall ocaml-num.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "ocaml-num.i686" package

Please follow the step by step instructions below to install ocaml-num.i686 on Fedora 34

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

2. Uninstall "ocaml-num.i686" package

This tutorial shows how to uninstall ocaml-num.i686 on Fedora 34:

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

3. Information about the ocaml-num.i686 package on Fedora 34

Last metadata expiration check: 2:11:08 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ocaml-num
Version : 1.4
Release : 0.6.fc34
Architecture : i686
Size : 265 k
Source : ocaml-num-1.4-0.6.fc34.src.rpm
Repository : fedora
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.