How to Install and Uninstall python3-installer.noarch Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "python3-installer.noarch" package

In this section, we are going to explain the necessary steps to install python3-installer.noarch on Oracle Linux 9

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

2. Uninstall "python3-installer.noarch" package

This tutorial shows how to uninstall python3-installer.noarch on Oracle Linux 9:

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

3. Information about the python3-installer.noarch package on Oracle Linux 9

Last metadata expiration check: 1:16:33 ago on Thu Feb 15 07:50:05 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.