How to Install and Uninstall python3-pkginfo2.noarch Package on Fedora 38

Last updated: November 29,2024

1. Install "python3-pkginfo2.noarch" package

This tutorial shows how to install python3-pkginfo2.noarch on Fedora 38

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

2. Uninstall "python3-pkginfo2.noarch" package

Here is a brief guide to show you how to uninstall python3-pkginfo2.noarch on Fedora 38:

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

3. Information about the python3-pkginfo2.noarch package on Fedora 38

Last metadata expiration check: 0:42:51 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-pkginfo2
Version : 30.0.0
Release : 1.fc38
Architecture : noarch
Size : 79 k
Source : python-pkginfo2-30.0.0-1.fc38.src.rpm
Repository : updates
Summary : API for querying the distutils metadata written in the PKG-INFO file
URL : https://github.com/nexB/pkginfo2
License : MIT
Description : This package provides an API for querying the distutils metadata written in the
: PKG-INFO file inside a source distriubtion (an sdist) or a binary distribution
: or a wheel (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), or the
: *.dist-info from an as-installed package.