How to Install and Uninstall rpm-devel.x86_64 Package on Amazon Linux 2

Last updated: May 16,2024

1. Install "rpm-devel.x86_64" package

Please follow the guidance below to install rpm-devel.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install rpm-devel.x86_64

2. Uninstall "rpm-devel.x86_64" package

Here is a brief guide to show you how to uninstall rpm-devel.x86_64 on Amazon Linux 2:

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

3. Information about the rpm-devel.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : rpm-devel
Arch : x86_64
Version : 4.11.3
Release : 40.amzn2.0.6
Size : 108 k
Repo : amzn2-core/2/x86_64
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.