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

Last updated: January 16,2025

1. Install "mpfi.x86_64" package

This guide covers the steps necessary to install mpfi.x86_64 on Fedora 36

$ 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 36:

$ sudo dnf remove mpfi.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:57:11 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mpfi
Version : 1.5.4
Release : 1.fc36
Architecture : x86_64
Size : 59 k
Source : mpfi-1.5.4-1.fc36.src.rpm
Repository : updates
Summary : An interval arithmetic library based on MPFR
URL : https://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.