How to Install and Uninstall python3-pip.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-pip.noarch" package

This tutorial shows how to install python3-pip.noarch on Rocky Linux 8

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

2. Uninstall "python3-pip.noarch" package

Please follow the step by step instructions below to uninstall python3-pip.noarch on Rocky Linux 8:

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

3. Information about the python3-pip.noarch package on Rocky Linux 8

Last metadata expiration check: 1:51:09 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-pip
Version : 9.0.3
Release : 22.el8.rocky.0
Architecture : noarch
Size : 19 k
Source : python-pip-9.0.3-22.el8.rocky.0.src.rpm
Repository : appstream
Summary : A tool for installing and managing Python3 packages
URL : http://www.pip-installer.org
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".