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

Last updated: October 06,2024

1. Install "python2-pkginfo" package

Here is a brief guide to show you how to install python2-pkginfo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pkginfo

2. Uninstall "python2-pkginfo" package

Please follow the guidelines below to uninstall python2-pkginfo on openSUSE Leap:

$ sudo zypper remove python2-pkginfo

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

Information for package python2-pkginfo:
----------------------------------------
Repository : Main Repository
Name : python2-pkginfo
Version : 1.5.0.1-1.26
Arch : noarch
Vendor : SUSE LLC
Installed Size : 209,8 KiB
Installed : No
Status : not installed
Source package : python-pkginfo-1.5.0.1-1.26.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).