How to Install and Uninstall python39-pkginfo Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "python39-pkginfo" package

Please follow the step by step instructions below to install python39-pkginfo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pkginfo

2. Uninstall "python39-pkginfo" package

Please follow the step by step instructions below to uninstall python39-pkginfo on openSuSE Tumbleweed:

$ sudo zypper remove python39-pkginfo

3. Information about the python39-pkginfo package on openSuSE Tumbleweed

Information for package python39-pkginfo:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pkginfo
Version : 1.9.6-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 210.2 KiB
Installed : No
Status : not installed
Source package : python-pkginfo-1.9.6-2.6.src
Upstream URL : https://pypi.python.org/pypi/pkginfo/
Summary : Python package for querying metadatdata from sdists/bdists/installed packages
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 (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).