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

Last updated: October 02,2024

1. Install "python3-daemon.noarch" package

Please follow the guidelines below to install python3-daemon.noarch on Oracle Linux 9

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

2. Uninstall "python3-daemon.noarch" package

Please follow the guidance below to uninstall python3-daemon.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:03:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-daemon
Version : 2.3.2
Release : 1.el9
Architecture : noarch
Size : 46 k
Source : python-daemon-2.3.2-1.el9.src.rpm
Repository : epel
Summary : Library to implement a well-behaved Unix daemon process
URL : https://pagure.io/python-daemon
License : Apache-2.0
Description : This library implements the well-behaved daemon specification of PEP 3143,
: "Standard daemon process library".