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

Last updated: September 20,2024

1. Install "python3-obsub" package

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

$ sudo apt update $ sudo apt install python3-obsub

2. Uninstall "python3-obsub" package

Please follow the guidance below to uninstall python3-obsub on Kali Linux:

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

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

Package: python3-obsub
Source: obsub
Version: 0.2-5
Installed-Size: 31
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 8748
SHA256: f44aa457865d1040d10cfd4b86d30f293855a05c1e45c8d67cf8cd2beda603c1
SHA1: c0bf17583f5bb9960d8b07f5801f14d0bb698666
MD5sum: aef2ec42de88fe6fca5526e3d5e6efd9
Description: Python 3.x module that implements the observer pattern via a decorator
The @event decorator makes functions or methods "observable". Consuming code
can subscribe callbacks to these decorated callables, and the callbacks will be
triggered every time the callables are invoked.
.
This package sports the Python 3 module.
Description-md5:
Homepage: https://github.com/aepsil0n/obsub
Section: python
Priority: optional
Filename: pool/main/o/obsub/python3-obsub_0.2-5_all.deb