How to Install and Uninstall python-daemonize Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-daemonize" package

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

$ sudo apt update $ sudo apt install python-daemonize

2. Uninstall "python-daemonize" package

Please follow the step by step instructions below to uninstall python-daemonize on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-daemonize $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-daemonize package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-daemonize
Priority: optional
Section: universe/python
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 2.3.1-1
Depends: python (>= 2.7), python (<< 2.8)
Pre-Depends: dpkg (>= 1.15.6~)
Suggests: python-daemonize-doc
Filename: pool/universe/p/python-daemonize/python-daemonize_2.3.1-1_all.deb
Size: 5646
MD5sum: a4cbaaef15fdba31469b1cc2f9d5fca6
SHA1: 1d63940d8b0b343d2cb4b69701b3d12338db129e
SHA256: f100a4bcc75e20962c3ef8478b0a06a575aa8ecca76e48f02a999bca36349c41
Description-en: enable your code to run as a daemon process - Python 2.x
Daemonize is a library for writing system daemons in Python. It has some bits
from http://daemonize.sourceforge.net, and should work under Python 2.x and
3.x.
.
This package contains the Python 2.x module.
Description-md5: 9a1f6b79ff24e215c819ee0bb40280d1
Homepage: https://github.com/thesharp/daemonize
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu