How to Install and Uninstall mpfr.i686 Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "mpfr.i686" package

In this section, we are going to explain the necessary steps to install mpfr.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install mpfr.i686

2. Uninstall "mpfr.i686" package

In this section, we are going to explain the necessary steps to uninstall mpfr.i686 on Oracle Linux 9:

$ sudo dnf remove mpfr.i686 $ sudo dnf autoremove

3. Information about the mpfr.i686 package on Oracle Linux 9

Last metadata expiration check: 3:24:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : mpfr
Version : 4.1.0
Release : 7.el9
Architecture : i686
Size : 362 k
Source : mpfr-4.1.0-7.el9.src.rpm
Repository : ol9_baseos_latest
Summary : C library for multiple-precision floating-point computations
URL : https://www.mpfr.org/
License : LGPLv3+
Description : The MPFR library is a C library for multiple-precision floating-point
: computations with "correct rounding". The MPFR is efficient and
: also has a well-defined semantics. It copies the good ideas from the
: ANSI/IEEE-754 standard for double-precision floating-point arithmetic
: (53-bit mantissa). MPFR is based on the GMP multiple-precision library.