How to Install and Uninstall libdaemon-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libdaemon-dev" package

In this section, we are going to explain the necessary steps to install libdaemon-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libdaemon-dev

2. Uninstall "libdaemon-dev" package

Here is a brief guide to show you how to uninstall libdaemon-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libdaemon-dev package on Ubuntu 21.10 (Impish Indri)

Package: libdaemon-dev
Architecture: amd64
Version: 0.14-7.1ubuntu2
Multi-Arch: same
Priority: optional
Section: devel
Source: libdaemon
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Utopia Maintenance Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 86
Depends: libdaemon0 (= 0.14-7.1ubuntu2)
Suggests: libdaemon-doc
Filename: pool/main/libd/libdaemon/libdaemon-dev_0.14-7.1ubuntu2_amd64.deb
Size: 18818
MD5sum: fcfe69737fa91e3168073bbe2874082a
SHA1: e0af03043e1a253d23b36ac3a7ac4567b21eece6
SHA256: f386dad5c0d9b8f1b15034cceea6de3afc8353e03cc91e92dedd20a36187c3c8
SHA512: 56bc242c1530880a4264c7c453bc2bbb6f90e16f013794cffca58109f562e62f6d46f8876e9c4d5562d0ccc3895a6c5e1e1c1350f64f363ed067a09b2c6bf712
Homepage: http://0pointer.de/lennart/projects/libdaemon/
Description-en: 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: 005a2341fc0a104bc77d735929fd9237