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

Last updated: October 06,2024

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

Please follow the guidelines below to install python311-python-rpm-spec on openSuSE Tumbleweed

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

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

This tutorial shows how to uninstall python311-python-rpm-spec on openSuSE Tumbleweed:

$ sudo zypper remove python311-python-rpm-spec

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

Information for package python311-python-rpm-spec:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-python-rpm-spec
Version : 0.15.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 102.5 KiB
Installed : No
Status : not installed
Source package : python-python-rpm-spec-0.15.0-1.1.src
Upstream URL : https://github.com/bkircher/python-rpm-spec
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.