How to Install and Uninstall python3-pkginfo Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-pkginfo" package

This tutorial shows how to install python3-pkginfo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pkginfo

2. Uninstall "python3-pkginfo" package

Here is a brief guide to show you how to uninstall python3-pkginfo on openSUSE Leap:

$ sudo zypper remove python3-pkginfo

3. Information about the python3-pkginfo package on openSUSE Leap

Information for package python3-pkginfo:
----------------------------------------
Repository : Main Repository
Name : python3-pkginfo
Version : 1.5.0.1-1.26
Arch : noarch
Vendor : SUSE LLC
Installed Size : 277.7 KiB
Installed : No
Status : not installed
Source package : python-pkginfo-1.5.0.1-1.26.src
Upstream URL : http://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).