How to Install and Uninstall gmp-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "gmp-devel.x86_64" package

Please follow the instructions below to install gmp-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "gmp-devel.x86_64" package

Please follow the guidelines below to uninstall gmp-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the gmp-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:05:40 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : gmp-devel
Epoch : 1
Version : 6.2.0
Release : 13.el9
Architecture : x86_64
Size : 177 k
Source : gmp-6.2.0-13.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Development tools for the GNU MP arbitrary precision library
URL : http://gmplib.org/
License : LGPLv3+ or GPLv2+
Description : The libraries, header files and documentation for using the GNU MP
: arbitrary precision library in applications.
:
: If you want to develop applications which will use the GNU MP library,
: you'll need to install the gmp-devel package. You'll also need to
: install the gmp package.