How to Install and Uninstall python3-daemon.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "python3-daemon.noarch" package

This is a short guide on how to install python3-daemon.noarch on Fedora 34

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

2. Uninstall "python3-daemon.noarch" package

Please follow the guidelines below to uninstall python3-daemon.noarch on Fedora 34:

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

3. Information about the python3-daemon.noarch package on Fedora 34

Last metadata expiration check: 2:05:02 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-daemon
Version : 2.3.0
Release : 1.fc34
Architecture : noarch
Size : 38 k
Source : python-daemon-2.3.0-1.fc34.src.rpm
Repository : fedora
Summary : Library to implement a well-behaved Unix daemon process
URL : https://pagure.io/python-daemon
License : ASL 2.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.