How to Install and Uninstall python3-daemonize Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-daemonize" package

In this section, we are going to explain the necessary steps to install python3-daemonize on Kali Linux

$ sudo apt update $ sudo apt install python3-daemonize

2. Uninstall "python3-daemonize" package

Please follow the guidelines below to uninstall python3-daemonize on Kali Linux:

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

3. Information about the python3-daemonize package on Kali Linux

Package: python3-daemonize
Source: python-daemonize
Version: 2.5.0-2
Installed-Size: 29
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Suggests: python-daemonize-doc
Size: 6300
SHA256: 31cadb0d31f06c200641afce0769d11afafe95326e75653b03ad7aa32120293c
SHA1: 974eb47fbe4978855944208039d17134980297e0
MD5sum: 9f9a13628cac79ad7b44a87ee24c754e
Description: 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:
Homepage: https://github.com/thesharp/daemonize
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-daemonize/python3-daemonize_2.5.0-2_all.deb