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

Last updated: May 20,2024

1. Install "python38-pkginfo" package

Here is a brief guide to show you how to install python38-pkginfo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pkginfo

2. Uninstall "python38-pkginfo" package

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

$ sudo zypper remove python38-pkginfo

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

Information for package python38-pkginfo:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pkginfo
Version : 1.5.0.1-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 270,3 KiB
Installed : No
Status : not installed
Source package : python-pkginfo-1.5.0.1-2.6.src
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).