How to Install and Uninstall python3-pbr Package on Ubuntu 21.10 (Impish Indri)
Last updated: March 14,2025
1. Install "python3-pbr" package
Please follow the guidance below to install python3-pbr on Ubuntu 21.10 (Impish Indri)
$
sudo apt update
Copied
$
sudo apt install
python3-pbr
Copied
2. Uninstall "python3-pbr" package
Please follow the steps below to uninstall python3-pbr on Ubuntu 21.10 (Impish Indri):
$
sudo apt remove
python3-pbr
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-pbr package on Ubuntu 21.10 (Impish Indri)
Package: python3-pbr
Architecture: all
Version: 5.6.0-0ubuntu1
Priority: optional
Section: python
Source: python-pbr
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 362
Depends: python3-pkg-resources, python3-setuptools, python3-six (>= 1.10.0), python3:any
Filename: pool/main/p/python-pbr/python3-pbr_5.6.0-0ubuntu1_all.deb
Size: 64608
MD5sum: 2bda297f87ed8fcbdce3af5c2ae840f6
SHA1: 10844941358b08fec25132d0ae19908c8a641db1
SHA256: 434fcfc5115c91d216f2aebcbfcb19849d75ff33a7f2576bd60c02dd93ae1213
SHA512: d545ee962db2c6be39aad4dce6c1899fb7b5923d10328f5260457be0227522199d53b72e176f23b3467ffb57507b876763f18eb22a2bf8e451d34b0689da4aa2
Homepage: https://pypi.python.org/pypi/pbr
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 the work that d2to1 started to provide for declarative
configuration. d2to1 is itself an implementation of the ideas behind
distutils2. Although distutils2 is now abandoned in favor of work towards PEP
426 and Metadata 2.0, declarative config is still a great idea and
specifically important in trying to distribute setup code as a library when
that library itself will alter how the setup is processed. As Metadata 2.0 and
other modern Python packaging PEPs come out, PBR aims to support them as
quickly as possible.
.
This package provides support for Python 3.x.
Description-md5: db55ef7d7427458f09b6d1ebdc971487
Task: ubuntustudio-photography
Architecture: all
Version: 5.6.0-0ubuntu1
Priority: optional
Section: python
Source: python-pbr
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 362
Depends: python3-pkg-resources, python3-setuptools, python3-six (>= 1.10.0), python3:any
Filename: pool/main/p/python-pbr/python3-pbr_5.6.0-0ubuntu1_all.deb
Size: 64608
MD5sum: 2bda297f87ed8fcbdce3af5c2ae840f6
SHA1: 10844941358b08fec25132d0ae19908c8a641db1
SHA256: 434fcfc5115c91d216f2aebcbfcb19849d75ff33a7f2576bd60c02dd93ae1213
SHA512: d545ee962db2c6be39aad4dce6c1899fb7b5923d10328f5260457be0227522199d53b72e176f23b3467ffb57507b876763f18eb22a2bf8e451d34b0689da4aa2
Homepage: https://pypi.python.org/pypi/pbr
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 the work that d2to1 started to provide for declarative
configuration. d2to1 is itself an implementation of the ideas behind
distutils2. Although distutils2 is now abandoned in favor of work towards PEP
426 and Metadata 2.0, declarative config is still a great idea and
specifically important in trying to distribute setup code as a library when
that library itself will alter how the setup is processed. As Metadata 2.0 and
other modern Python packaging PEPs come out, PBR aims to support them as
quickly as possible.
.
This package provides support for Python 3.x.
Description-md5: db55ef7d7427458f09b6d1ebdc971487
Task: ubuntustudio-photography