How to Install and Uninstall python39-py2pack Package on openSuSE Tumbleweed

Last updated: June 07,2024

1. Install "python39-py2pack" package

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

$ sudo zypper refresh $ sudo zypper install python39-py2pack

2. Uninstall "python39-py2pack" package

Learn how to uninstall python39-py2pack on openSuSE Tumbleweed:

$ sudo zypper remove python39-py2pack

3. Information about the python39-py2pack package on openSuSE Tumbleweed

Information for package python39-py2pack:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-py2pack
Version : 0.9.0-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 106.8 KiB
Installed : No
Status : not installed
Source package : python-py2pack-0.9.0-2.5.src
Upstream URL : https://github.com/openSUSE/py2pack
Summary : Script for generating distribution packages from Python packages on PyPI
Description :
This script allows to generate RPM spec or DEB dsc files from Python modules.
It allows to list Python modules or search for them on the Python Package Index
(PyPI). Conveniently, it can fetch tarballs and changelogs making it an
universal tool to package Python modules.