How to Install and Uninstall python3-daemon.noarch Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "python3-daemon.noarch" package
This guide let you learn how to install python3-daemon.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-daemon.noarch
Copied
2. Uninstall "python3-daemon.noarch" package
Learn how to uninstall python3-daemon.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-daemon.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-daemon.noarch package on Rocky Linux 8
Last metadata expiration check: 1:46:15 ago on Mon Sep 12 10:27:18 2022.
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.
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.