How to Install and Uninstall mpfr.i686 Package on Amazon Linux 2

Last updated: May 02,2024

1. Install "mpfr.i686" package

This guide let you learn how to install mpfr.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install mpfr.i686

2. Uninstall "mpfr.i686" package

Here is a brief guide to show you how to uninstall mpfr.i686 on Amazon Linux 2:

$ sudo yum remove mpfr.i686 $ sudo yum autoremove

3. Information about the mpfr.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : mpfr
Arch : i686
Version : 3.1.1
Release : 4.amzn2.0.2
Size : 218 k
Repo : amzn2-core/2/x86_64
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.