How to Install and Uninstall python39-metaextract Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-metaextract" package

In this section, we are going to explain the necessary steps to install python39-metaextract on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-metaextract

2. Uninstall "python39-metaextract" package

In this section, we are going to explain the necessary steps to uninstall python39-metaextract on openSuSE Tumbleweed:

$ sudo zypper remove python39-metaextract

3. Information about the python39-metaextract package on openSuSE Tumbleweed

Information for package python39-metaextract:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-metaextract
Version : 1.0.9-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 33.9 KiB
Installed : No
Status : not installed
Source package : python-metaextract-1.0.9-2.5.src
Upstream URL : http://github.com/toabctl/metaextract
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.