How to Install and Uninstall python-pkginfo-doc.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python-pkginfo-doc.noarch" package

In this section, we are going to explain the necessary steps to install python-pkginfo-doc.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python-pkginfo-doc.noarch

2. Uninstall "python-pkginfo-doc.noarch" package

This guide covers the steps necessary to uninstall python-pkginfo-doc.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python-pkginfo-doc.noarch $ sudo dnf autoremove

3. Information about the python-pkginfo-doc.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:39:27 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python-pkginfo-doc
Version : 1.5.0.1
Release : 6.el8
Architecture : noarch
Size : 159 k
Source : python-pkginfo-1.5.0.1-6.el8.src.rpm
Repository : epel
Summary : Documentation for python-pkginfo
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).
: This package contains the documentation.