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

Last updated: March 14,2025

1. Install "python3-fastentrypoints" package

Please follow the guidelines below to install python3-fastentrypoints on Kali Linux

$ sudo apt update $ sudo apt install python3-fastentrypoints

2. Uninstall "python3-fastentrypoints" package

Please follow the instructions below to uninstall python3-fastentrypoints on Kali Linux:

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

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

Package: python3-fastentrypoints
Source: fastentrypoints
Version: 0.12-5
Installed-Size: 28
Maintainer: Debian Python Team
Architecture: all
Depends: python3-setuptools, python3:any
Suggests: fastep
Size: 5716
SHA256: 0ce7fccdbeeb41cb4dd7ed90cdf7276a87b4da5eb03a0a34a6bad400f8faf2a1
SHA1: 9f5cbbdc5bca2ae8d8aacfc247c0cfcbcb102f79
MD5sum: 5e209373b351e76aea4e7024384094b0
Description: Make entry_points specified in setup.py load more quickly
Using entry_points in your setup.py makes scripts that start really slowly
because it imports pkg_resources, which is a horrible thing to do if you
want your trivial script to execute more or less instantly.
.
fastentrypoints aims to fix that bypassing pkg_resources, making scripts
load a lot faster.
Description-md5:
Homepage: https://github.com/ninjaaron/fast-entry_points
Section: python
Priority: optional
Filename: pool/main/f/fastentrypoints/python3-fastentrypoints_0.12-5_all.deb