How to Install and Uninstall python39-pip.noarch Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "python39-pip.noarch" package

In this section, we are going to explain the necessary steps to install python39-pip.noarch on CentOS Stream 8

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

2. Uninstall "python39-pip.noarch" package

In this section, we are going to explain the necessary steps to uninstall python39-pip.noarch on CentOS Stream 8:

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

3. Information about the python39-pip.noarch package on CentOS Stream 8

Last metadata expiration check: 5:05:14 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python39-pip
Version : 20.2.4
Release : 9.module_el8+963+a9c12c76
Architecture : noarch
Size : 2.1 M
Source : python3x-pip-20.2.4-9.module_el8+963+a9c12c76.src.rpm
Repository : appstream
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".