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

Last updated: November 26,2024

1. Install "python36-metaextract" package

Here is a brief guide to show you how to install python36-metaextract on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-metaextract

2. Uninstall "python36-metaextract" package

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

$ sudo zypper remove python36-metaextract

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

Information for package python36-metaextract:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-metaextract
Version : 1.0.7-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 39,8 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.