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

Last updated: September 20,2024

1. Install "python3-sdnotify" package

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

$ sudo apt update $ sudo apt install python3-sdnotify

2. Uninstall "python3-sdnotify" package

Here is a brief guide to show you how to uninstall python3-sdnotify on Kali Linux:

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

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

Package: python3-sdnotify
Source: python-sdnotify
Version: 0.3.1-3
Installed-Size: 20
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 4312
SHA256: 00b06323c6c47ff5c8c94338bda86f9b731f6e0c82021094b833af9edc5ca59d
SHA1: a4915c4d435b1daf0a10bdaed75e542668cf2f6f
MD5sum: 171dd6c31ed9a1efdb1afebcc1b7d05f
Description: Python3 implementation of systemd's service notification protocol
This is a pure Python implementation of the systemd sd_notify protocol.
This protocol can be used to inform systemd about service start-up completion,
watchdog events, and other service status changes.
.
Thus, this package can be used to write system services in Python that play
nicely with systemd.
.
This is the Python 3 package.
Description-md5:
Homepage: https://github.com/bb4242/sdnotify
Section: python
Priority: optional
Filename: pool/main/p/python-sdnotify/python3-sdnotify_0.3.1-3_all.deb