How to Install and Uninstall python3-rpm.x86_64 Package on Rocky Linux 9
Last updated: December 12,2024
1. Install "python3-rpm.x86_64" package
In this section, we are going to explain the necessary steps to install python3-rpm.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-rpm.x86_64
Copied
2. Uninstall "python3-rpm.x86_64" package
In this section, we are going to explain the necessary steps to uninstall python3-rpm.x86_64 on Rocky Linux 9:
$
sudo dnf remove
python3-rpm.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-rpm.x86_64 package on Rocky Linux 9
Last metadata expiration check: 1:47:51 ago on Fri Feb 16 06:49:52 2024.
Installed Packages
Name : python3-rpm
Version : 4.16.1.3
Release : 27.el9_3
Architecture : x86_64
Size : 193 k
Source : rpm-4.16.1.3-27.el9_3.src.rpm
Repository : @System
From repo : baseos
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.
Installed Packages
Name : python3-rpm
Version : 4.16.1.3
Release : 27.el9_3
Architecture : x86_64
Size : 193 k
Source : rpm-4.16.1.3-27.el9_3.src.rpm
Repository : @System
From repo : baseos
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.