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

Last updated: May 13,2024

1. Install "python3-padme" package

Here is a brief guide to show you how to install python3-padme on Kali Linux

$ sudo apt update $ sudo apt install python3-padme

2. Uninstall "python3-padme" package

Please follow the guidelines below to uninstall python3-padme on Kali Linux:

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

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

Package: python3-padme
Source: python-padme
Version: 1.1.1-5
Installed-Size: 100
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-padme-doc
Size: 18636
SHA256: e2d35dec5ecb73b32f0e1b5e74b2aa6611577b5594be4110000d5f24d52e3b3f
SHA1: 45843c15b2dfeb64fa33a3ad72d54d4df7c54602
MD5sum: dfc1361091b68509b4803d6ee503fdae
Description: mostly transparent proxy class for Python 3
Padme, named after the Star Wars (tm) character, is a library for creating
proxy objects out of any other Python object.
.
The resulting object is as close to mimicking the original as possible. Some
things are impossible to fake in CPython so those are highlighted in the
documentation (though mainly object identity). All other operations are
silently forwarded to the original.
.
This package contains the Python 3.x version of the library
Description-md5:
Homepage: https://github.com/zyga/padme/
Section: python
Priority: optional
Filename: pool/main/p/python-padme/python3-padme_1.1.1-5_all.deb