How to Install and Uninstall mpfr.i686 Package on CentOS Stream 8

Last updated: May 02,2024

1. Install "mpfr.i686" package

Please follow the instructions below to install mpfr.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install mpfr.i686

2. Uninstall "mpfr.i686" package

This tutorial shows how to uninstall mpfr.i686 on CentOS Stream 8:

$ sudo dnf remove mpfr.i686 $ sudo dnf autoremove

3. Information about the mpfr.i686 package on CentOS Stream 8

Last metadata expiration check: 2:33:34 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : mpfr
Version : 3.1.6
Release : 1.el8
Architecture : i686
Size : 230 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.