How to Install and Uninstall python39-pbr Package on openSuSE Tumbleweed

Last updated: November 22,2024

1. Install "python39-pbr" package

In this section, we are going to explain the necessary steps to install python39-pbr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pbr

2. Uninstall "python39-pbr" package

Here is a brief guide to show you how to uninstall python39-pbr on openSuSE Tumbleweed:

$ sudo zypper remove python39-pbr

3. Information about the python39-pbr package on openSuSE Tumbleweed

Information for package python39-pbr:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pbr
Version : 6.0.0-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 284.1 KiB
Installed : No
Status : not installed
Source package : python-pbr-6.0.0-2.4.src
Upstream URL : https://docs.openstack.org/pbr/latest/
Summary : Python Build Reasonableness
Description :
PBR is a library to automatically do a bunch of standard
things you want in your setup.py without you having to repeat
them every time. It will set versions, process requirements
files and generate AUTHORS and ChangeLog file all from git
information.