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

Last updated: May 19,2024

1. Install "rpm.x86_64" package

Please follow the step by step instructions below to install rpm.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install rpm.x86_64

2. Uninstall "rpm.x86_64" package

Please follow the steps below to uninstall rpm.x86_64 on CentOS Stream 8:

$ sudo dnf remove rpm.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:54:41 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : rpm
Version : 4.14.3
Release : 31.el8
Architecture : x86_64
Size : 2.0 M
Source : rpm-4.14.3-31.el8.src.rpm
Repository : @System
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.