How to Install and Uninstall python2-python-daemon Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python2-python-daemon" package

Please follow the guidance below to install python2-python-daemon on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-python-daemon

2. Uninstall "python2-python-daemon" package

Please follow the steps below to uninstall python2-python-daemon on openSUSE Leap:

$ sudo zypper remove python2-python-daemon

3. Information about the python2-python-daemon package on openSUSE Leap

Information for package python2-python-daemon:
----------------------------------------------
Repository : Main Repository
Name : python2-python-daemon
Version : 2.1.2-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 191,2 KiB
Installed : No
Status : not installed
Source package : python-python-daemon-2.1.2-bp153.1.20.src
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.