How to Install and Uninstall python3-notify2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python3-notify2" package

This tutorial shows how to install python3-notify2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-notify2

2. Uninstall "python3-notify2" package

Please follow the guidelines below to uninstall python3-notify2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-notify2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-notify2
Priority: optional
Section: universe/python
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-notify2
Version: 0.3-3
Depends: python3:any (>= 3.3.2-2~), python3-dbus
Recommends: notification-daemon
Filename: pool/universe/p/python-notify2/python3-notify2_0.3-3_all.deb
Size: 10626
MD5sum: 495d3b02a6c2e0559022098872918fc8
SHA1: 02cac7980cf9baafc338c4fab9799b5e91b66b17
SHA256: 56b5c89c3760aa9a736b0c76d2406c60e094cd17e063b7192c3237377258cf12
Description-en: 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: 73b582537fd3d142468d06ce460d786b
Homepage: http://pypi.python.org/pypi/notify2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu