How to Install and Uninstall gmp-devel.i686 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "gmp-devel.i686" package

This is a short guide on how to install gmp-devel.i686 on Rocky Linux 8

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

2. Uninstall "gmp-devel.i686" package

Please follow the step by step instructions below to uninstall gmp-devel.i686 on Rocky Linux 8:

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

3. Information about the gmp-devel.i686 package on Rocky Linux 8

Last metadata expiration check: 0:02:46 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : gmp-devel
Epoch : 1
Version : 6.1.2
Release : 10.el8
Architecture : i686
Size : 186 k
Source : gmp-6.1.2-10.el8.src.rpm
Repository : baseos
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.