How to Install and Uninstall python36-python-rpm-spec Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python36-python-rpm-spec" package

This guide covers the steps necessary to install python36-python-rpm-spec on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-python-rpm-spec

2. Uninstall "python36-python-rpm-spec" package

This is a short guide on how to uninstall python36-python-rpm-spec on openSuSE Tumbleweed:

$ sudo zypper remove python36-python-rpm-spec

3. Information about the python36-python-rpm-spec package on openSuSE Tumbleweed

Information for package python36-python-rpm-spec:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-python-rpm-spec
Version : 0.10-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 47,7 KiB
Installed : No
Status : not installed
Source package : python-python-rpm-spec-0.10-1.5.src
Summary : Python module for parsing RPM spec files
Description :
python-rpm-spec is a Python module for parsing RPM spec files. RPMs are build
from a package's sources along with a spec file. The spec file controls how the
RPM is built. This module allows you to parse spec files and gives you simple
access to various bits of information that is contained in the spec file.