How to Install and Uninstall python3-sdnotify.noarch Package on CentOS Stream 9
Last updated: November 27,2024
1. Install "python3-sdnotify.noarch" package
This tutorial shows how to install python3-sdnotify.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-sdnotify.noarch
Copied
2. Uninstall "python3-sdnotify.noarch" package
Please follow the step by step instructions below to uninstall python3-sdnotify.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-sdnotify.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-sdnotify.noarch package on CentOS Stream 9
Last metadata expiration check: 3:22:12 ago on Sat Mar 16 16:03:45 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.
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.