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

Last updated: June 24,2024

1. Install "python312-metaextract" package

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

$ sudo zypper refresh $ sudo zypper install python312-metaextract

2. Uninstall "python312-metaextract" package

Here is a brief guide to show you how to uninstall python312-metaextract on openSuSE Tumbleweed:

$ sudo zypper remove python312-metaextract

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

Information for package python312-metaextract:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-metaextract
Version : 1.0.9-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 37.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.