How to Install and Uninstall rpm-devel.i686 Package on Oracle Linux 8

Last updated: May 20,2024

1. Install "rpm-devel.i686" package

This guide covers the steps necessary to install rpm-devel.i686 on Oracle Linux 8

$ 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 Oracle Linux 8:

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

3. Information about the rpm-devel.i686 package on Oracle Linux 8

Last metadata expiration check: 1:17:11 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rpm-devel
Version : 4.14.3
Release : 23.el8
Architecture : i686
Size : 143 k
Source : rpm-4.14.3-23.el8.src.rpm
Repository : ol8_baseos_latest
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.