How to Install and Uninstall gmp-devel.i686 Package on AlmaLinux 9

Last updated: October 05,2024

1. Install "gmp-devel.i686" package

This is a short guide on how to install gmp-devel.i686 on AlmaLinux 9

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

2. Uninstall "gmp-devel.i686" package

This guide covers the steps necessary to uninstall gmp-devel.i686 on AlmaLinux 9:

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

3. Information about the gmp-devel.i686 package on AlmaLinux 9

Last metadata expiration check: 2:17:00 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : gmp-devel
Epoch : 1
Version : 6.2.0
Release : 13.el9
Architecture : i686
Size : 173 k
Source : gmp-6.2.0-13.el9.src.rpm
Repository : appstream
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.