How to Install and Uninstall python3-metaextract Package on openSUSE Leap

Last updated: November 07,2024

1. Install "python3-metaextract" package

This guide let you learn how to install python3-metaextract on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-metaextract

2. Uninstall "python3-metaextract" package

Please follow the guidance below to uninstall python3-metaextract on openSUSE Leap:

$ sudo zypper remove python3-metaextract

3. Information about the python3-metaextract package on openSUSE Leap

Information for package python3-metaextract:
--------------------------------------------
Repository : Main Repository
Name : python3-metaextract
Version : 1.0.7-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 39.5 KiB
Installed : No
Status : not installed
Source package : python-metaextract-1.0.7-bp155.2.13.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.