How to Install and Uninstall python3x-pip.src Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "python3x-pip.src" package

Learn how to install python3x-pip.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3x-pip.src

2. Uninstall "python3x-pip.src" package

Learn how to uninstall python3x-pip.src on Oracle Linux 8:

$ sudo dnf remove python3x-pip.src $ sudo dnf autoremove

3. Information about the python3x-pip.src package on Oracle Linux 8

Last metadata expiration check: 0:13:23 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3x-pip
Version : 20.2.4
Release : 7.module+el8.6.0+20625+ee813db2
Architecture : src
Size : 8.4 M
Source : None
Repository : ol8_appstream
Summary : A tool for installing and managing Python 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".