How to Install and Uninstall python-pbr-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "python-pbr-doc" package

Here is a brief guide to show you how to install python-pbr-doc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python-pbr-doc

2. Uninstall "python-pbr-doc" package

Please follow the guidelines below to uninstall python-pbr-doc on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python-pbr-doc package on Ubuntu 21.10 (Impish Indri)

Package: python-pbr-doc
Architecture: all
Version: 5.6.0-0ubuntu1
Multi-Arch: foreign
Priority: optional
Section: doc
Source: python-pbr
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2666
Depends: libjs-sphinxdoc (>= 2.4.3-5~)
Filename: pool/main/p/python-pbr/python-pbr-doc_5.6.0-0ubuntu1_all.deb
Size: 940540
MD5sum: 8337d1bdca98813e3e053993b11edba2
SHA1: eb19851a04ddb25ea909911a6bf26583aec2e3a5
SHA256: 29ca7c488288c34584160cb100fa654cb55be2268ca07e97e279569aaadcf65a
SHA512: 0265aef6a18ad5b06492050c79e9ea204cee43ee15b9ca855c579b461acbc746e2fdde89bd2a43179e15519afde1f93d77e83bb863bc05e1f04915b6ba356ff8
Homepage: https://pypi.python.org/pypi/pbr
Description-en: inject useful and sensible default behaviors into setuptools - doc
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 the documentation.
Description-md5: 75f54d1745137bcc0870150f158870a9