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

Last updated: May 15,2024

1. Install "python3-pbr" package

Here is a brief guide to show you how to install python3-pbr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pbr

2. Uninstall "python3-pbr" package

This guide let you learn how to uninstall python3-pbr on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pbr
Priority: optional
Section: python
Installed-Size: 161
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-pbr
Version: 1.8.0-4ubuntu1
Depends: python3-six (>= 1.9.0), python3:any (>= 3.3.2-2~)
Filename: pool/main/p/python-pbr/python3-pbr_1.8.0-4ubuntu1_all.deb
Size: 33440
MD5sum: ddda72e7695a045f9408e30ae6c07670
SHA1: 01e0738937aee7a234f24b17e3d9869f1c3146ae
SHA256: f04b68cce9afc56d69b3dc9d39b1f35ea33effa74baf6b6c00ce110ecdace824
Description-en: inject useful and sensible default behaviors into setuptools - Python 3.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 3.x.
Description-md5: 1a4f967d844b47546ea67b08f4ce6713
Homepage: http://pypi.python.org/pypi/pbr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: ubuntu-sdk