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

Last updated: July 01,2024

1. Install "python38-pbr" package

Please follow the steps below to install python38-pbr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pbr

2. Uninstall "python38-pbr" package

This is a short guide on how to uninstall python38-pbr on openSuSE Tumbleweed:

$ sudo zypper remove python38-pbr

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

Information for package python38-pbr:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pbr
Version : 5.8.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 373,6 KiB
Installed : No
Status : not installed
Source package : python-pbr-5.8.0-1.1.src
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.