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

Last updated: October 10,2024

1. Install "gmp-devel.i686" package

Please follow the guidelines below to install gmp-devel.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "gmp-devel.i686" package

In this section, we are going to explain the necessary steps to uninstall gmp-devel.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:29:57 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : gmp-devel
Epoch : 1
Version : 6.1.2
Release : 10.el8
Architecture : i686
Size : 188 k
Source : gmp-6.1.2-10.el8.src.rpm
Repository : ubi-8-baseos-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.