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

Last updated: May 19,2024

1. Install "python3-rpm.x86_64" package

Please follow the guidance below to install python3-rpm.x86_64 on CentOS Stream 8

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

2. Uninstall "python3-rpm.x86_64" package

This guide covers the steps necessary to uninstall python3-rpm.x86_64 on CentOS Stream 8:

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

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

Last metadata expiration check: 2:09:14 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : python3-rpm
Version : 4.14.3
Release : 31.el8
Architecture : x86_64
Size : 389 k
Source : rpm-4.14.3-31.el8.src.rpm
Repository : @System
Summary : Python 3 bindings for apps which will manipulate RPM packages
URL : http://www.rpm.org/
License : GPLv2+
Description : The python3-rpm package contains a module that permits applications
: written in the Python programming language to use the interface
: supplied by RPM Package Manager libraries.
:
: This package should be installed if you want to develop Python 3
: programs that will manipulate RPM packages and databases.