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

Last updated: October 04,2024

1. Install "python-public-doc" package

Learn how to install python-public-doc on Kali Linux

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

2. Uninstall "python-public-doc" package

This guide let you learn how to uninstall python-public-doc on Kali Linux:

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

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

Package: python-public-doc
Source: python-public
Version: 4.0-2
Installed-Size: 281
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2)
Size: 39792
SHA256: 2fd0e186295c1706286f174bab8f6812f03d598e7bbc0b81a00e5cdfcd0b2810
SHA1: 14ad9c4fd6af058b9b81a221864bc5ec92b2cf3e
MD5sum: b60b42b5c0a5949707e79cebdcb2612c
Description: @public decorator for adding names to _all_(common documentation)
His module is a library that provides two simple decorators called @public
and @private to document the publicity of names in your Python module. These
decorators are used to control what will be imported when someone uses the
from import * statement. It's usually good practice to use a special
attribute called __all__ to explicitly list the public names you want exposed
in your module.
.
This package installs the common documentation package.
Description-md5:
Multi-Arch: foreign
Homepage: https://gitlab.com/warsaw/public
Section: doc
Priority: optional
Filename: pool/main/p/python-public/python-public-doc_4.0-2_all.deb

5. The same packages on other Linux Distributions