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

Last updated: June 18,2024

1. Install "python3-daemon.noarch" package

This guide let you learn how to install python3-daemon.noarch on Oracle Linux 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 Oracle Linux 8:

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

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

Last metadata expiration check: 1:24:30 ago on Mon Sep 12 02:51:38 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.