How to Install and Uninstall libdaemon0 Package on Kali Linux

Last updated: May 10,2024

1. Install "libdaemon0" package

Please follow the guidance below to install libdaemon0 on Kali Linux

$ sudo apt update $ sudo apt install libdaemon0

2. Uninstall "libdaemon0" package

In this section, we are going to explain the necessary steps to uninstall libdaemon0 on Kali Linux:

$ sudo apt remove libdaemon0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdaemon0 package on Kali Linux

Package: libdaemon0
Source: libdaemon
Version: 0.14-7.1
Installed-Size: 50
Maintainer: Utopia Maintenance Team
Architecture: amd64
Depends: libc6 (>= 2.15)
Size: 14976
SHA256: 110d3603b69d4dc4cd5dac2170b24d39e201c338dadd40a31e06152eb6ea8d1a
SHA1: 9e738ee202d5feb381fafc107efa490407aed07f
MD5sum: e66f95bc7df172de560ec0b20b9d34f8
Description: lightweight C library for daemons - runtime library
libdaemon is a lightweight C library which eases the writing of UNIX daemons.
It consists of the following parts:
.
* Wrapper around fork() for correct daemonization of a process
* Wrapper around syslog() for simple log output to syslog or STDERR
* An API for writing PID files
* An API for serializing signals into a pipe for use with select() or poll()
* An API for running subprocesses with STDOUT and STDERR redirected to syslog
.
Routines like these are included in most of the daemon software available. It
is not simple to get these done right and code duplication is not acceptable.
.
This package includes the libdaemon run time shared library.
Description-md5:
Multi-Arch: same
Homepage: http://0pointer.de/lennart/projects/libdaemon/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libd/libdaemon/libdaemon0_0.14-7.1_amd64.deb