How to Install and Uninstall rpm-devel.i686 Package on Rocky Linux 9

Last updated: May 10,2024

1. Install "rpm-devel.i686" package

Please follow the steps below to install rpm-devel.i686 on Rocky Linux 9

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

2. Uninstall "rpm-devel.i686" package

This tutorial shows how to uninstall rpm-devel.i686 on Rocky Linux 9:

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

3. Information about the rpm-devel.i686 package on Rocky Linux 9

Last metadata expiration check: 0:59:03 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rpm-devel
Version : 4.16.1.3
Release : 27.el9_3
Architecture : i686
Size : 78 k
Source : rpm-4.16.1.3-27.el9_3.src.rpm
Repository : appstream
Summary : Development files for manipulating RPM packages
URL : http://www.rpm.org/
License : GPLv2+ and LGPLv2+ with exceptions
Description : This package contains the RPM C library and header files. These
: development files will simplify the process of writing programs that
: manipulate RPM packages and databases. These files are intended to
: simplify the process of creating graphical package managers or any
: other tools that need an intimate knowledge of RPM packages in order
: to function.
:
: This package should be installed if you want to develop programs that
: will manipulate RPM packages and databases.