How to Install and Uninstall python39-pip.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 28,2024

1. Install "python39-pip.noarch" package

Please follow the step by step instructions below to install python39-pip.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python39-pip.noarch

2. Uninstall "python39-pip.noarch" package

Here is a brief guide to show you how to uninstall python39-pip.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python39-pip.noarch $ sudo dnf autoremove

3. Information about the python39-pip.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:07:44 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python39-pip
Version : 20.2.4
Release : 8.module+el8.9.0+19644+d68f775d
Architecture : noarch
Size : 1.9 M
Source : python3x-pip-20.2.4-8.module+el8.9.0+19644+d68f775d.src.rpm
Repository : ubi-8-appstream-rpms
Summary : A tool for installing and managing Python3 packages
URL : https://pip.pypa.io/
License : MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD)
Description : pip is a package management system used to install and manage software packages
: written in Python. Many packages can be found in the Python Package Index
: (PyPI). pip is a recursive acronym that can stand for either "Pip Installs
: Packages" or "Pip Installs Python".