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

Last updated: November 26,2024

1. Install "python2-pbr" package

This guide covers the steps necessary to install python2-pbr on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pbr

2. Uninstall "python2-pbr" package

Please follow the steps below to uninstall python2-pbr on openSUSE Leap:

$ sudo zypper remove python2-pbr

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

Information for package python2-pbr:
------------------------------------
Repository : Main Repository
Name : python2-pbr
Version : 4.3.0-6.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 284,5 KiB
Installed : No
Status : not installed
Source package : python-pbr-4.3.0-6.22.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.