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

Last updated: May 04,2024

1. Install "python3-daemon" package

Learn how to install python3-daemon on Kali Linux

$ sudo apt update $ sudo apt install python3-daemon

2. Uninstall "python3-daemon" package

This guide let you learn how to uninstall python3-daemon on Kali Linux:

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

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

Package: python3-daemon
Source: python-daemon
Version: 3.0.1-1.1
Installed-Size: 76
Maintainer: Ben Finney
Architecture: all
Depends: python3-pkg-resources, python3-lockfile, python3:any
Size: 22560
SHA256: e8e78f34776ff49b37f1285973158953013b7f79f4b25a0fe6c66e417c5e9a5c
SHA1: 5924bc8b9991d2887b67ae70715cc8a2fada5063
MD5sum: cb8444158a28a314363027570388f0f0
Description: 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:
Homepage: https://pagure.io/python-daemon/
Tag: devel::lang:python, devel::library, implemented-in::python,
role::devel-lib
Section: python
Priority: optional
Filename: pool/main/p/python-daemon/python3-daemon_3.0.1-1.1_all.deb