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

Last updated: July 07,2024

1. Install "python3-sdnotify.noarch" package

This guide let you learn how to install python3-sdnotify.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-sdnotify.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-sdnotify.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:18:41 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-sdnotify
Version : 0.3.2
Release : 2.el9
Architecture : noarch
Size : 12 k
Source : python-sdnotify-0.3.2-2.el9.src.rpm
Repository : epel
Summary : A pure Python implementation of systemd's service notification protocol
URL : https://github.com/bb4242/sdnotify
License : MIT
Description : 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. sdnotify
: is compatible with both Python 2 and Python 3.