How to Install and Uninstall python3-notify2.noarch Package on CentOS Stream 9

Last updated: October 08,2024

1. Install "python3-notify2.noarch" package

This guide covers the steps necessary to install python3-notify2.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-notify2.noarch

2. Uninstall "python3-notify2.noarch" package

Please follow the guidelines below to uninstall python3-notify2.noarch on CentOS Stream 9:

$ sudo dnf remove python3-notify2.noarch $ sudo dnf autoremove

3. Information about the python3-notify2.noarch package on CentOS Stream 9

Last metadata expiration check: 2:47:20 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-notify2
Version : 0.3.1
Release : 15.el9
Architecture : noarch
Size : 18 k
Source : python-notify2-0.3.1-15.el9.src.rpm
Repository : epel
Summary : Python interface to DBus notifications
URL : https://bitbucket.org/takluyver/pynotify2
License : BSD
Description : This is a pure-python replacement for notify-python, using python-dbus
: to communicate with the notifications server directly.
:
: It's compatible with Python 2 and 3, and its callbacks can work with
: Gtk or Qt applications.