How to Install and Uninstall rpm.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

1. Install "rpm.x86_64" package

In this section, we are going to explain the necessary steps to install rpm.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install rpm.x86_64

2. Uninstall "rpm.x86_64" package

Please follow the instructions below to uninstall rpm.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove rpm.x86_64 $ sudo yum autoremove

3. Information about the rpm.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : rpm
Arch : x86_64
Version : 4.11.3
Release : 45.el7
Size : 2.5 M
Repo : installed
From repo : anaconda
Summary : The RPM package management system
URL : http://www.rpm.org/
License : GPLv2+
Description : The RPM Package Manager (RPM) is a powerful command line driven
: package management system capable of installing, uninstalling,
: verifying, querying, and updating software packages. Each software
: package consists of an archive of files along with information
: about the package like its version, a description, etc.