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

Last updated: May 20,2024

1. Install "python3-stdeb" package

This is a short guide on how to install python3-stdeb on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-stdeb

2. Uninstall "python3-stdeb" package

Please follow the guidelines below to uninstall python3-stdeb on openSUSE Leap:

$ sudo zypper remove python3-stdeb

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

Information for package python3-stdeb:
--------------------------------------
Repository : Main Repository
Name : python3-stdeb
Version : 0.9.0-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 299,3 KiB
Installed : No
Status : not installed
Source package : python-stdeb-0.9.0-bp153.1.15.src
Summary : Python to Debian source package conversion utility
Description :
The stdeb package produces Debian source packages from Python packages
via a new distutils command, sdist_dsc. Automatic defaults are provided
for the Debian package, but many aspects of the resulting package can be
customized (see the customizing section, below). An additional command,
bdist_deb, creates a Debian binary package, a .deb file. The install_deb
command installs this .deb file. The debianize command builds a
debian/ directory directly alongside your setup.py.
The openSUSE version does not fail for unmet dependencies in the host
dpkg database.