How to Install and Uninstall python3-pip.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "python3-pip.noarch" package

Here is a brief guide to show you how to install python3-pip.noarch on Fedora 34

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

2. Uninstall "python3-pip.noarch" package

This is a short guide on how to uninstall python3-pip.noarch on Fedora 34:

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

3. Information about the python3-pip.noarch package on Fedora 34

Last metadata expiration check: 1:26:47 ago on Tue Sep 6 08:10:37 2022.
Installed Packages
Name : python3-pip
Version : 21.0.1
Release : 4.fc34
Architecture : noarch
Size : 8.5 M
Source : python-pip-21.0.1-4.fc34.src.rpm
Repository : @System
From repo : updates
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".