How to Install and Uninstall mpfr-devel.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "mpfr-devel.x86_64" package

This is a short guide on how to install mpfr-devel.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install mpfr-devel.x86_64

2. Uninstall "mpfr-devel.x86_64" package

This guide covers the steps necessary to uninstall mpfr-devel.x86_64 on Rocky Linux 8:

$ sudo dnf remove mpfr-devel.x86_64 $ sudo dnf autoremove

3. Information about the mpfr-devel.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:17:22 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : mpfr-devel
Version : 3.1.6
Release : 1.el8
Architecture : x86_64
Size : 80 k
Source : mpfr-3.1.6-1.el8.src.rpm
Repository : appstream
Summary : Development files for the MPFR library
URL : http://www.mpfr.org/
License : LGPLv3+ and GPLv3+ and GFDL
Description : Header files and documentation for using the MPFR
: multiple-precision floating-point library in applications.
:
: If you want to develop applications which will use the MPFR library,
: you'll need to install the mpfr-devel package. You'll also need to
: install the mpfr package.