How to Install and Uninstall python2-pip.noarch Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "python2-pip.noarch" package

This is a short guide on how to install python2-pip.noarch on Oracle Linux 8

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

2. Uninstall "python2-pip.noarch" package

Please follow the steps below to uninstall python2-pip.noarch on Oracle Linux 8:

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

3. Information about the python2-pip.noarch package on Oracle Linux 8

Last metadata expiration check: 5:31:02 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python2-pip
Version : 9.0.3
Release : 19.module+el8.6.0+20550+a85dc526
Architecture : noarch
Size : 1.6 M
Source : python2-pip-9.0.3-19.module+el8.6.0+20550+a85dc526.src.rpm
Repository : ol8_appstream
Summary : A tool for installing and managing Python 2 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".