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

Last updated: January 07,2025

1. Install "python3-daemon.noarch" package

Here is a brief guide to show you how to install python3-daemon.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-daemon.noarch" package

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

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

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

Last metadata expiration check: 1:11:41 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-daemon
Version : 2.2.4
Release : 1.el8
Architecture : noarch
Size : 41 k
Source : python-daemon-2.2.4-1.el8.src.rpm
Repository : epel
Summary : Library to implement a well-behaved Unix daemon process
URL : https://pagure.io/python-daemon
License : ASL2.0
Description : This library implements the well-behaved daemon specification of PEP 3143,
: "Standard daemon process library".
:
: This is the python3 version of the library.