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

Last updated: October 04,2024

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

Here is a brief guide to show you how to install python38-python-rpm-spec on openSuSE Tumbleweed

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

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

Here is a brief guide to show you how to uninstall python38-python-rpm-spec on openSuSE Tumbleweed:

$ sudo zypper remove python38-python-rpm-spec

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

Information for package python38-python-rpm-spec:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-python-rpm-spec
Version : 0.10-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 47,3 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.