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

Last updated: July 01,2024

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

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

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

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

Please follow the step by step instructions below to uninstall python310-python-rpm-spec on openSuSE Tumbleweed:

$ sudo zypper remove python310-python-rpm-spec

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

Information for package python310-python-rpm-spec:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-python-rpm-spec
Version : 0.15.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 76.0 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.