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

Last updated: July 05,2024

1. Install "mpfi.x86_64" package

This guide let you learn how to install mpfi.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install mpfi.x86_64

2. Uninstall "mpfi.x86_64" package

In this section, we are going to explain the necessary steps to uninstall mpfi.x86_64 on Fedora 34:

$ sudo dnf remove mpfi.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:32:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mpfi
Version : 1.5.3
Release : 8.fc34
Architecture : x86_64
Size : 44 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.