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

Last updated: November 23,2024

1. Install "python310-pkginfo" package

This guide let you learn how to install python310-pkginfo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pkginfo

2. Uninstall "python310-pkginfo" package

Please follow the instructions below to uninstall python310-pkginfo on openSuSE Tumbleweed:

$ sudo zypper remove python310-pkginfo

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

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