How to Install and Uninstall mpfr.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 17,2024

1. Install "mpfr.x86_64" package

This tutorial shows how to install mpfr.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install mpfr.x86_64

2. Uninstall "mpfr.x86_64" package

This guide let you learn how to uninstall mpfr.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove mpfr.x86_64 $ sudo yum autoremove

3. Information about the mpfr.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : mpfr
Arch : x86_64
Version : 3.1.1
Release : 4.el7
Size : 541 k
Repo : installed
From repo : base
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.