How to Install and Uninstall rpm-devel.x86_64 Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "rpm-devel.x86_64" package

This is a short guide on how to install rpm-devel.x86_64 on CentOS Stream 8

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

2. Uninstall "rpm-devel.x86_64" package

Please follow the step by step instructions below to uninstall rpm-devel.x86_64 on CentOS Stream 8:

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

3. Information about the rpm-devel.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:12:16 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rpm-devel
Version : 4.14.3
Release : 31.el8
Architecture : x86_64
Size : 150 k
Source : rpm-4.14.3-31.el8.src.rpm
Repository : baseos
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.