How to Install and Uninstall mpir.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "mpir.x86_64" package

This guide covers the steps necessary to install mpir.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install mpir.x86_64

2. Uninstall "mpir.x86_64" package

This is a short guide on how to uninstall mpir.x86_64 on Rocky Linux 8:

$ sudo dnf remove mpir.x86_64 $ sudo dnf autoremove

3. Information about the mpir.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:10:34 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : mpir
Version : 3.0.0
Release : 14.el8
Architecture : x86_64
Size : 284 k
Source : mpir-3.0.0-14.el8.src.rpm
Repository : epel
Summary : Highly optimised library for bignum arithmetic
URL : https://mpir.org/
License : LGPLv3+ and LGPLv2+ and (LGPLv3+ or GPLv2+) and BSD
Description : MPIR is a highly optimised library for bignum arithmetic forked from the GMP
: bignum library. It is written in assembly language and C. It is community
: maintained via the GitHub repositories of William Hart (Linux/OSX) and Brian
: Gladman (Windows). There are currently no curators for other platforms.
:
: MPIR is assembly optimised for various x86-64 CPUs. It is designed to be
: threadsafe.