How to Install and Uninstall gmp-devel.i686 Package on Fedora 36

Last updated: July 08,2024

1. Install "gmp-devel.i686" package

This guide let you learn how to install gmp-devel.i686 on Fedora 36

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

2. Uninstall "gmp-devel.i686" package

Here is a brief guide to show you how to uninstall gmp-devel.i686 on Fedora 36:

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

3. Information about the gmp-devel.i686 package on Fedora 36

Last metadata expiration check: 3:52:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : gmp-devel
Epoch : 1
Version : 6.2.1
Release : 2.fc36
Architecture : i686
Size : 173 k
Source : gmp-6.2.1-2.fc36.src.rpm
Repository : fedora
Summary : Development tools for the GNU MP arbitrary precision library
URL : https://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.