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

Last updated: May 08,2024

1. Install "python3-reentry" package

This is a short guide on how to install python3-reentry on Kali Linux

$ sudo apt update $ sudo apt install python3-reentry

2. Uninstall "python3-reentry" package

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

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

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

Package: python3-reentry
Source: reentry
Version: 1.3.2-1
Installed-Size: 76
Maintainer: Debian Python Team
Architecture: all
Depends: python3-click, python3-pkg-resources, python3-six, python3:any
Size: 18068
SHA256: 2f2962d2778a3e3505747f83669a3200e1e21812c4dc6fd5192a2e258a12fdc7
SHA1: b517a6160042ecd9892647edc74e02fe662ae459
MD5sum: 6d0117da2fee2670ef4b0f5714d650e7
Description: plugin manager based on setuptools entry points (Python 3)
Setuptool's entry point system is convenient to use for plugin based Python
applications. It allows separate Python packages to act as plugins to a host
package, making it easy for the host to find and iterate over the relevant
data structures from plugins.
.
However simply importing setuptools scales badly with the number of installed
distributions and can be very slow for moderately complex environments
(~ 0.5 s). Finding and loading of plugins on the other hand is time-critical
in cases like commandline tools loading subcommands, where 100 ms are a
noticeable delay.
.
Setuptools's pkg_resources is slow, because it verifies dependencies are
installed correctly for all distributions present in the environment on
import. This allows entry points to have additional requirements.
.
Reentry forgoes this dependency check for entry points without such 'extras'
dependencies and thereby manages to be fast and scale better, with the amount
of installed plugins, not installed Python packages in general.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/DropD/reentry
Section: python
Priority: optional
Filename: pool/main/r/reentry/python3-reentry_1.3.2-1_all.deb