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

Last updated: May 17,2024

1. Install "python3-daemonize" package

This tutorial shows how to install python3-daemonize on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-daemonize

2. Uninstall "python3-daemonize" package

This is a short guide on how to uninstall python3-daemonize on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-daemonize
Priority: optional
Section: universe/python
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-daemonize
Version: 2.3.1-1
Depends: python3:any (>= 3.3.2-2~)
Pre-Depends: dpkg (>= 1.15.6~)
Suggests: python-daemonize-doc
Filename: pool/universe/p/python-daemonize/python3-daemonize_2.3.1-1_all.deb
Size: 5618
MD5sum: 5a6c96ad82007a42a1a4cd42fe5e9a61
SHA1: b8ae4b1627346f7abc4d5e06c3dc21503cbd9d38
SHA256: a9e328bc9ff8dbd3ac414a575f9afca3a5687ac7108ffae7aebf1632c3bb7c9f
Description-en: enable your code to run as a daemon process - Python 3.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 3.x module.
Description-md5: 6d81002ab09470fbc52cb27faef78d10
Homepage: https://github.com/thesharp/daemonize
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu