How to Install and Uninstall python3-installer.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-installer.noarch" package

Please follow the step by step instructions below to install python3-installer.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-installer.noarch

2. Uninstall "python3-installer.noarch" package

Learn how to uninstall python3-installer.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-installer.noarch $ sudo dnf autoremove

3. Information about the python3-installer.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:26:37 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-installer
Version : 0.7.0
Release : 3.el9
Architecture : noarch
Size : 249 k
Source : python-installer-0.7.0-3.el9.src.rpm
Repository : epel
Summary : A library for installing Python wheels
URL : https://github.com/pypa/installer
License : MIT
Description : This is a low-level library for installing a Python package from
: a wheel distribution. It provides basic functionality and abstractions
: for handling wheels and installing packages from wheels.