How to Install and Uninstall python3.11-pip.noarch Package on AlmaLinux 9

Last updated: September 28,2024

1. Install "python3.11-pip.noarch" package

This is a short guide on how to install python3.11-pip.noarch on AlmaLinux 9

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

2. Uninstall "python3.11-pip.noarch" package

Please follow the instructions below to uninstall python3.11-pip.noarch on AlmaLinux 9:

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

3. Information about the python3.11-pip.noarch package on AlmaLinux 9

Last metadata expiration check: 1:41:27 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3.11-pip
Version : 22.3.1
Release : 4.el9_3.1
Architecture : noarch
Size : 2.9 M
Source : python3.11-pip-22.3.1-4.el9_3.1.src.rpm
Repository : 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".