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

Last updated: May 17,2024

1. Install "python3-notify2" package

This tutorial shows how to install python3-notify2 on Kali Linux

$ sudo apt update $ sudo apt install python3-notify2

2. Uninstall "python3-notify2" package

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

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

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

Package: python3-notify2
Source: python-notify2
Version: 0.3-5
Installed-Size: 43
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-dbus
Recommends: notification-daemon
Size: 11076
SHA256: fc2cbdb63b0d7478f6af383b3728907b8fd2a147319ed33f8d670b363534a74f
SHA1: 9116da0d41887a5e2a605ccfb4b66222252451e3
MD5sum: 20f477004e3586aa50ad2b1e3138012c
Description: desktop notifications API for Python 3
notify2 provides a Python interface to the Freedesktop notifications system,
which allows programs to display information to the user in an unobtrusive way.
Notifications are sent over DBus to a notification daemon, which is responsible
for presenting them to the user.
.
notify2 is intended as a replacement for pynotify (package python-notify), and
its interface is largely copied from there, although it isn't a complete clone.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://pypi.python.org/pypi/notify2
Section: python
Priority: optional
Filename: pool/main/p/python-notify2/python3-notify2_0.3-5_all.deb