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

Last updated: June 06,2024

1. Install "python3-pydispatch" package

In this section, we are going to explain the necessary steps to install python3-pydispatch on Kali Linux

$ sudo apt update $ sudo apt install python3-pydispatch

2. Uninstall "python3-pydispatch" package

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

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

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

Package: python3-pydispatch
Source: pydispatcher
Version: 2.0.5-5
Installed-Size: 54
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-pydispatch-doc
Size: 11900
SHA256: 6907e02743ef72fcc0e5f107a1fced8a68234af532d5d4fecf3771da30ceeb9c
SHA1: 53b5c37b833f0350b4c41fb4deaabb1aca2dea09
MD5sum: 9446163b2a3a0447df7d291da6ac560e
Description: Python 3 signal dispatching mechanism
PyDispatcher provides the Python programmer with a
multiple-producer-multiple-consumer signal-registration and routing
infrastructure for use in multiple contexts. The mechanism of PyDispatcher
started life as a highly rated recipe in the Python Cookbook. The project
aims to include various enhancements to the recipe developed during use in
various applications.
.
This package contains the Python 3 version of PyDispatcher.
Description-md5:
Homepage: https://mcfletch.github.io/pydispatcher/
Section: python
Priority: optional
Filename: pool/main/p/pydispatcher/python3-pydispatch_2.0.5-5_all.deb