How to Install and Uninstall python3-rpm.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "python3-rpm.x86_64" package

This is a short guide on how to install python3-rpm.x86_64 on Fedora 36

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

2. Uninstall "python3-rpm.x86_64" package

Learn how to uninstall python3-rpm.x86_64 on Fedora 36:

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

3. Information about the python3-rpm.x86_64 package on Fedora 36

Last metadata expiration check: 0:23:58 ago on Thu Sep 8 08:04:50 2022.
Installed Packages
Name : python3-rpm
Version : 4.17.1
Release : 3.fc36
Architecture : x86_64
Size : 371 k
Source : rpm-4.17.1-3.fc36.src.rpm
Repository : @System
From repo : updates
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.