How to Install and Uninstall mpfr.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "mpfr.x86_64" package

Here is a brief guide to show you how to install mpfr.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install mpfr.x86_64

2. Uninstall "mpfr.x86_64" package

This tutorial shows how to uninstall mpfr.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove mpfr.x86_64 $ sudo dnf autoremove

3. Information about the mpfr.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:22:08 ago on Mon Feb 26 15:59:38 2024.
Installed Packages
Name : mpfr
Version : 3.1.6
Release : 1.el8
Architecture : x86_64
Size : 580 k
Source : mpfr-3.1.6-1.el8.src.rpm
Repository : @System
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.