How to Install and Uninstall mpfr.i686 Package on AlmaLinux 8

Last updated: November 25,2024

1. Install "mpfr.i686" package

Learn how to install mpfr.i686 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install mpfr.i686

2. Uninstall "mpfr.i686" package

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

$ sudo dnf remove mpfr.i686 $ sudo dnf autoremove

3. Information about the mpfr.i686 package on AlmaLinux 8

Last metadata expiration check: 2:22:15 ago on Mon Sep 5 03:22:42 2022.
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.