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

Last updated: May 05,2024

1. Install "libdaemon-dev" package

This guide let you learn how to install libdaemon-dev on Kali Linux

$ sudo apt update $ sudo apt install libdaemon-dev

2. Uninstall "libdaemon-dev" package

This guide covers the steps necessary to uninstall libdaemon-dev on Kali Linux:

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

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

Package: libdaemon-dev
Source: libdaemon
Version: 0.14-7.1
Installed-Size: 87
Maintainer: Utopia Maintenance Team
Architecture: amd64
Depends: libdaemon0 (= 0.14-7.1)
Suggests: libdaemon-doc
Size: 21008
SHA256: fef43f66b001146cedbbfc8d2853490ec9858a600ad63f357d2aeb30a42d1ddd
SHA1: f7c7e0e6f5c115c1ccec02d573128e82f9e3bddc
MD5sum: 5a94783708b6c564158e473cc6d5f426
Description: lightweight C library for daemons - development files
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 header files and the static version of the library.
Description-md5:
Multi-Arch: same
Homepage: http://0pointer.de/lennart/projects/libdaemon/
Tag: devel::lang:c, devel::library, implemented-in::c, interface::daemon,
role::devel-lib, role::program
Section: libdevel
Priority: optional
Filename: pool/main/libd/libdaemon/libdaemon-dev_0.14-7.1_amd64.deb