How to Install and Uninstall python310-python-daemon Package on openSuSE Tumbleweed
Last updated: November 24,2024
1. Install "python310-python-daemon" package
This is a short guide on how to install python310-python-daemon on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-python-daemon
Copied
2. Uninstall "python310-python-daemon" package
Please follow the steps below to uninstall python310-python-daemon on openSuSE Tumbleweed:
$
sudo zypper remove
python310-python-daemon
Copied
3. Information about the python310-python-daemon package on openSuSE Tumbleweed
Information for package python310-python-daemon:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-python-daemon
Version : 3.0.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 230.0 KiB
Installed : No
Status : not installed
Source package : python-python-daemon-3.0.1-1.2.src
Upstream URL : https://pagure.io/python-daemon/
Summary : Library to implement a well-behaved Unix daemon process
Description :
This library implements the well-behaved daemon specification of PEP 3143,
"Standard daemon process library".
A well-behaved Unix daemon process is tricky to get right, but the required
steps are much the same for every daemon program. A DaemonContext instance
holds the behaviour and configured process environment for the program; use the
instance as a context manager to enter a daemon state.
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-python-daemon
Version : 3.0.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 230.0 KiB
Installed : No
Status : not installed
Source package : python-python-daemon-3.0.1-1.2.src
Upstream URL : https://pagure.io/python-daemon/
Summary : Library to implement a well-behaved Unix daemon process
Description :
This library implements the well-behaved daemon specification of PEP 3143,
"Standard daemon process library".
A well-behaved Unix daemon process is tricky to get right, but the required
steps are much the same for every daemon program. A DaemonContext instance
holds the behaviour and configured process environment for the program; use the
instance as a context manager to enter a daemon state.