How to Install and Uninstall mpfr.i686 Package on Fedora 35

Last updated: October 09,2024

1. Install "mpfr.i686" package

This tutorial shows how to install mpfr.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install mpfr.i686

2. Uninstall "mpfr.i686" package

Learn how to uninstall mpfr.i686 on Fedora 35:

$ sudo dnf remove mpfr.i686 $ sudo dnf autoremove

3. Information about the mpfr.i686 package on Fedora 35

Last metadata expiration check: 0:26:16 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : mpfr
Version : 4.1.0
Release : 8.fc35
Architecture : i686
Size : 355 k
Source : mpfr-4.1.0-8.fc35.src.rpm
Repository : fedora
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.