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

Last updated: December 26,2024

1. Install "python3.12-rpm.x86_64" package

This tutorial shows how to install python3.12-rpm.x86_64 on CentOS Stream 9

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

2. Uninstall "python3.12-rpm.x86_64" package

Please follow the step by step instructions below to uninstall python3.12-rpm.x86_64 on CentOS Stream 9:

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

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

Last metadata expiration check: 1:50:35 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3.12-rpm
Version : 4.16.1.3
Release : 29.2.el9.next
Architecture : x86_64
Size : 77 k
Source : python3-rpm-4.16.1.3-29.2.el9.next.src.rpm
Repository : epel-next
Summary : Python 3.12 bindings for apps which will manipulate RPM packages
URL : http://www.rpm.org/
License : GPLv2+
Description : The python3.12-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.12
: programs that will manipulate RPM packages and databases.