How to Install and Uninstall python3-public Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-public" package

Please follow the steps below to install python3-public on Kali Linux

$ sudo apt update $ sudo apt install python3-public

2. Uninstall "python3-public" package

Please follow the steps below to uninstall python3-public on Kali Linux:

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

3. Information about the python3-public package on Kali Linux

Package: python3-public
Source: python-public
Version: 4.0-2
Installed-Size: 28
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-public-doc
Size: 6844
SHA256: 9730f3bb789571a5ef6a25859c8800dfc8245907e3068f56688dc9d7fa05d45a
SHA1: 97014a7fee48f396ed0e2c819b7a4224d6644c1e
MD5sum: 3a8106018bccf7742f6cca608c29af71
Description: @public decorator for adding names to __all__
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.
Description-md5:
Homepage: https://gitlab.com/warsaw/public
Section: python
Priority: optional
Filename: pool/main/p/python-public/python3-public_4.0-2_all.deb