How to Install and Uninstall python3-pkginfo.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "python3-pkginfo.noarch" package

This tutorial shows how to install python3-pkginfo.noarch on Fedora 35

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

2. Uninstall "python3-pkginfo.noarch" package

Please follow the guidelines below to uninstall python3-pkginfo.noarch on Fedora 35:

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

3. Information about the python3-pkginfo.noarch package on Fedora 35

Last metadata expiration check: 2:20:17 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-pkginfo
Version : 1.7.1
Release : 2.fc35
Architecture : noarch
Size : 34 k
Source : python-pkginfo-1.7.1-2.fc35.src.rpm
Repository : fedora
Summary : Query metadata from sdists / bdists / installed packages
URL : https://pypi.python.org/pypi/pkginfo
License : MIT
Description : This package provides an API for querying the distutils metadata written in the
: PKG-INFO file inside a source distribution (an sdist) or a binary distribution
: (e.g., created by running bdist_egg). It can also query the EGG-INFO directory
: of an installed distribution, and the *.egg-info stored in a "development
: checkout" (e.g, created by running setup.py develop).