How to Install and Uninstall libdaemon-doc Package on Kali Linux

Last updated: September 20,2024

1. Install "libdaemon-doc" package

This is a short guide on how to install libdaemon-doc on Kali Linux

$ sudo apt update $ sudo apt install libdaemon-doc

2. Uninstall "libdaemon-doc" package

This is a short guide on how to uninstall libdaemon-doc on Kali Linux:

$ sudo apt remove libdaemon-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdaemon-doc package on Kali Linux

Package: libdaemon-doc
Source: libdaemon
Version: 0.14-7.1
Installed-Size: 629
Maintainer: Utopia Maintenance Team
Architecture: all
Replaces: libdaemon-dev (<< 0.14-7~)
Breaks: libdaemon-dev (<< 0.14-7~)
Size: 112608
SHA256: 427d89250875e617825a8e1e223ed548a9fb1a0b059505819ec87decb5098ae4
SHA1: df56b8add31032737889bd159969623af542b8a9
MD5sum: 6eccb16f1487e8bf46dec79ea64289cc
Description: lightweight C library for daemons - documentation
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 contains the API documentation of the library.
Description-md5:
Multi-Arch: foreign
Homepage: http://0pointer.de/lennart/projects/libdaemon/
Section: doc
Priority: optional
Filename: pool/main/libd/libdaemon/libdaemon-doc_0.14-7.1_all.deb