How to Install and Uninstall python3-notify2.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "python3-notify2.noarch" package

In this section, we are going to explain the necessary steps to install python3-notify2.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-notify2.noarch" package

Here is a brief guide to show you how to uninstall python3-notify2.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-notify2.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:57:59 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-notify2
Version : 0.3.1
Release : 7.el8
Architecture : noarch
Size : 17 k
Source : python-notify2-0.3.1-7.el8.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.