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

Last updated: July 01,2024

1. Install "python38-metaextract" package

Please follow the guidelines below to install python38-metaextract on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-metaextract

2. Uninstall "python38-metaextract" package

This guide covers the steps necessary to uninstall python38-metaextract on openSuSE Tumbleweed:

$ sudo zypper remove python38-metaextract

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

Information for package python38-metaextract:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-metaextract
Version : 1.0.7-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 39,6 KiB
Installed : No
Status : not installed
Source package : python-metaextract-1.0.7-2.1.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.