How to Install and Uninstall mpfi.i686 Package on Fedora 34

Last updated: September 22,2024

1. Install "mpfi.i686" package

Please follow the steps below to install mpfi.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install mpfi.i686

2. Uninstall "mpfi.i686" package

Here is a brief guide to show you how to uninstall mpfi.i686 on Fedora 34:

$ sudo dnf remove mpfi.i686 $ sudo dnf autoremove

3. Information about the mpfi.i686 package on Fedora 34

Last metadata expiration check: 1:47:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mpfi
Version : 1.5.3
Release : 8.fc34
Architecture : i686
Size : 48 k
Source : mpfi-1.5.3-8.fc34.src.rpm
Repository : fedora
Summary : An interval arithmetic library based on MPFR
URL : http://perso.ens-lyon.fr/nathalie.revol/software.html
License : LGPLv2+
Description : MPFI is intended to be a portable library written in C for arbitrary
: precision interval arithmetic with intervals represented using MPFR
: reliable floating-point numbers. It is based on the GNU MP library and
: on the MPFR library and is part of the latter. The purpose of an
: arbitrary precision interval arithmetic is on the one hand to get
: "guaranteed" results, thanks to interval computation, and on the other
: hand to obtain accurate results, thanks to multiple precision
: arithmetic. The MPFI library is built upon MPFR in order to benefit
: from the correct roundings provided by MPFR. Further advantages of
: using MPFR are its portability and compliance with the IEEE 754
: standard for floating-point arithmetic.