How to Install and Uninstall mpfr.i686 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "mpfr.i686" package

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

$ sudo dnf update $ sudo dnf install mpfr.i686

2. Uninstall "mpfr.i686" package

Please follow the guidelines below to uninstall mpfr.i686 on Rocky Linux 8:

$ sudo dnf remove mpfr.i686 $ sudo dnf autoremove

3. Information about the mpfr.i686 package on Rocky Linux 8

Last metadata expiration check: 0:30:46 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : mpfr
Version : 3.1.6
Release : 1.el8
Architecture : i686
Size : 228 k
Source : mpfr-3.1.6-1.el8.src.rpm
Repository : baseos
Summary : A C library for multiple-precision floating-point computations
URL : http://www.mpfr.org/
License : LGPLv3+ and GPLv3+ and GFDL
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.