How to Install and Uninstall python3-daemon Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-daemon" package

Please follow the step by step instructions below to install python3-daemon on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-daemon

2. Uninstall "python3-daemon" package

This guide covers the steps necessary to uninstall python3-daemon on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-daemon $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-daemon package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-daemon
Priority: optional
Section: universe/python
Installed-Size: 98
Maintainer: Ubuntu Developers
Original-Maintainer: Ben Finney
Architecture: all
Source: python-daemon
Version: 2.0.5-1
Depends: python3-pkg-resources, python3-lockfile, python3-docutils, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-daemon/python3-daemon_2.0.5-1_all.deb
Size: 16852
MD5sum: f8363afb4f4288091c7d0f25f47bf586
SHA1: d4d27dc8635f71061e26e74ea95c8b9d0f9fca86
SHA256: c8251986a6c9fa5439b222b983f13b466e50eedb602f7a54bde1274774f929b3
Description-en: library for making a Unix daemon process — Python 3
‘daemon’ is a library that assists a Python program to turn itself
into a well-behaved Unix daemon process, as specified in PEP 3143.
.
This library provides a ‘DaemonContext’ class that manages the
following important tasks for becoming a daemon process:
.
* Detach the process into its own process group.
* Set process environment appropriate for running inside a chroot.
* Renounce suid and sgid privileges.
* Close all open file descriptors.
* Change the working directory, uid, gid, and umask.
* Set appropriate signal handlers.
* Open new file descriptors for stdin, stdout, and stderr.
* Manage a specified PID lock file.
* Register cleanup functions for at-exit processing.
.
This package installs the library for Python 3.
Description-md5: dd4f5fa234f0cc361e50158fcd50c8fb
Homepage: http://pypi.python.org/pypi/python-daemon
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu