How to Install and Uninstall python-pbr Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python-pbr" package

Please follow the guidelines below to install python-pbr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pbr

2. Uninstall "python-pbr" package

Please follow the guidelines below to uninstall python-pbr on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pbr $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pbr package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pbr
Priority: extra
Section: python
Installed-Size: 255
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.8.0-4ubuntu1
Depends: python-six (>= 1.9.0), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/main/p/python-pbr/python-pbr_1.8.0-4ubuntu1_all.deb
Size: 46594
MD5sum: 6c32c091df808121f3f956950f81cd9c
SHA1: f3f6cdb847d418988b3cf36ea2c63475afa4a240
SHA256: f22067d991d894b4550f16e5aa36ab2b5fd2bc6719d9467e2043a216b2bc5020
Description-en: inject useful and sensible default behaviors into setuptools - Python 2.x
PBR (Python Build Reasonableness) is a library that injects some useful and
sensible default behaviors into your setuptools run. PBR can:
* Manage version number based on git revisions and tags (Version file).
* Generate AUTHORS file from git log
* Generate ChangeLog from git log
* Generate Sphinx autodoc stub files for your whole module
* Store your dependencies in a pip requirements file
* Use your README file as a long_description
* Smartly find packages under your root package
.
PBR is only mildly configurable. The basic idea is that there's a decent way
to run things and if you do, you should reap the rewards, because then it's
simple and repeatable. If you want to do things differently, cool! But you've
already got the power of Python at your fingertips, so you don't really need
PBR.
.
PBR builds on top of `d2to1` to provide for declarative configuration. It then
filters the `setup.cfg` data through a setup hook to fill in default values
and provide more sensible behaviors.
.
This package provides support for Python 2.x.
Description-md5: e57ff3c94f1eb097ca37dae1df61a694
Homepage: http://pypi.python.org/pypi/pbr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y