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

Last updated: July 04,2024

1. Install "python2-metaextract" package

Learn how to install python2-metaextract on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-metaextract

2. Uninstall "python2-metaextract" package

Here is a brief guide to show you how to uninstall python2-metaextract on openSUSE Leap:

$ sudo zypper remove python2-metaextract

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

Information for package python2-metaextract:
--------------------------------------------
Repository : Main Repository
Name : python2-metaextract
Version : 1.0.7-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 34,7 KiB
Installed : No
Status : not installed
Source package : python-metaextract-1.0.7-bp153.1.18.src
Summary : Module to collect metadata for Python modules
Description :
metaextract is a tool to collect metadata about a python module. For
example, it can determine and collect the dependencies of a sdist
tarball that was retrieved from the Python Package Index.
The tool was first developed in py2pack but is now its own module.