How to Install and Uninstall python3-pbr Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-pbr" package

Here is a brief guide to show you how to install python3-pbr on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pbr

2. Uninstall "python3-pbr" package

This is a short guide on how to uninstall python3-pbr on openSUSE Leap:

$ sudo zypper remove python3-pbr

3. Information about the python3-pbr package on openSUSE Leap

Information for package python3-pbr:
------------------------------------
Repository : Main Repository
Name : python3-pbr
Version : 4.3.0-6.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 355.8 KiB
Installed : No
Status : not installed
Source package : python-pbr-4.3.0-6.22.src
Upstream URL : http://pypi.python.org/pypi/pbr
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.