How to Install and Uninstall libdaemon-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libdaemon-dev" package

Please follow the guidelines below to install libdaemon-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdaemon-dev

2. Uninstall "libdaemon-dev" package

Please follow the guidance below to uninstall libdaemon-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libdaemon-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdaemon-dev
Priority: optional
Section: devel
Installed-Size: 115
Maintainer: Ubuntu Developers
Original-Maintainer: Utopia Maintenance Team
Architecture: amd64
Source: libdaemon
Version: 0.14-6
Depends: libdaemon0 (= 0.14-6)
Suggests: libdaemon-doc
Filename: pool/main/libd/libdaemon/libdaemon-dev_0.14-6_amd64.deb
Size: 17362
MD5sum: 3e0857e6daa73e9c950c5cf21de24ea1
SHA1: 6eda50dbe79951fa33efcbf791446d6a5894a7ea
SHA256: 5fb203b446ac9336e794a8cbaf2e1dbe458e6528b32dac2aca412fb4d1d41d19
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
Multi-Arch: same
Homepage: http://0pointer.de/lennart/projects/libdaemon/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m