How to Install and Uninstall python3-sdnotify.noarch Package on AlmaLinux 9

Last updated: October 13,2024

1. Install "python3-sdnotify.noarch" package

This guide let you learn how to install python3-sdnotify.noarch on AlmaLinux 9

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

2. Uninstall "python3-sdnotify.noarch" package

Please follow the step by step instructions below to uninstall python3-sdnotify.noarch on AlmaLinux 9:

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

3. Information about the python3-sdnotify.noarch package on AlmaLinux 9

Last metadata expiration check: 0:45:14 ago on Wed Mar 13 07:41:12 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.