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

Last updated: October 10,2024

1. Install "python3-sdnotify.noarch" package

This tutorial shows how to install python3-sdnotify.noarch on Oracle Linux 9

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

2. Uninstall "python3-sdnotify.noarch" package

Please follow the steps below to uninstall python3-sdnotify.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 3:30:20 ago on Thu Feb 15 07:50:05 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.