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

Last updated: July 04,2024

1. Install "python310-metaextract" package

This is a short guide on how to install python310-metaextract on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-metaextract

2. Uninstall "python310-metaextract" package

Please follow the instructions below to uninstall python310-metaextract on openSuSE Tumbleweed:

$ sudo zypper remove python310-metaextract

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

Information for package python310-metaextract:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.