How to Install and Uninstall python-pbr-doc Package on Kali Linux

Last updated: May 17,2024

1. Install "python-pbr-doc" package

Here is a brief guide to show you how to install python-pbr-doc on Kali Linux

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

2. Uninstall "python-pbr-doc" package

Please follow the step by step instructions below to uninstall python-pbr-doc on Kali Linux:

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

3. Information about the python-pbr-doc package on Kali Linux

Package: python-pbr-doc
Source: python-pbr
Version: 6.0.0-1
Installed-Size: 2744
Maintainer: Debian OpenStack
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 968064
SHA256: 661ecfe2c779882d8ca42ee38fbcae0538eda9d2d4cc019acf7f8ea8fc897700
SHA1: 374eb7b357808cac47f547d69175d9193a838c96
MD5sum: 4b84e870bbaece6e410a2f0e140b2db9
Description: 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:
Multi-Arch: foreign
Homepage: https://pypi.python.org/pypi/pbr
Section: doc
Priority: optional
Filename: pool/main/p/python-pbr/python-pbr-doc_6.0.0-1_all.deb