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

Last updated: November 29,2024

1. Install "python3-daemon.noarch" package

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

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

2. Uninstall "python3-daemon.noarch" package

This guide covers the steps necessary to uninstall python3-daemon.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:22:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-daemon
Version : 2.3.0
Release : 3.fc35
Architecture : noarch
Size : 38 k
Source : python-daemon-2.3.0-3.fc35.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.