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

Last updated: July 02,2024

1. Install "python312-pkginfo" package

This tutorial shows how to install python312-pkginfo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pkginfo

2. Uninstall "python312-pkginfo" package

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

$ sudo zypper remove python312-pkginfo

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

Information for package python312-pkginfo:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pkginfo
Version : 1.9.6-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 264.3 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).