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

Last updated: May 04,2024

1. Install "python3-pubsub" package

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

$ sudo apt update $ sudo apt install python3-pubsub

2. Uninstall "python3-pubsub" package

Learn how to uninstall python3-pubsub on Kali Linux:

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

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

Package: python3-pubsub
Source: python-pypubsub
Version: 4.0.3-7
Installed-Size: 213
Maintainer: Debian Python Team
Architecture: all
Replaces: python3-pypubsub
Provides: python3-pypubsub
Depends: python3:any
Breaks: python3-pypubsub
Size: 46740
SHA256: d99467a2806504fe404e01b7222b537e0bc50999ca2d55355f82d89cabd05e77
SHA1: d00ee10eafcb135d762a5ab211c218724da5d754
MD5sum: 9eeea4c4f2226363be44cb70b6639ac5
Description: Python 3 publish-subcribe library
Provides a publish-subscribe API to facilitate event-based or message-based
architecture in a single-process application. It is pure Python
and works on Python 3.3+. It is centered on the notion of a topic;
senders publish messages of a given topic, and listeners subscribe to
messages of a given topic, all inside the same process. The package also
supports a variety of advanced features that facilitate debugging and
maintaining topics and messages in larger desktop- or server-based
applications.
Description-md5:
Homepage: https://github.com/schollii/pypubsub
Section: python
Priority: optional
Filename: pool/main/p/python-pypubsub/python3-pubsub_4.0.3-7_all.deb