How to Install and Uninstall rpm.x86_64 Package on CentOS 7 / RHEL 7
Last updated: January 22,2025
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
Copied
$
sudo yum install
rpm.x86_64
Copied
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
Copied
$
sudo yum autoremove
Copied
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.
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.