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

Last updated: November 26,2024

1. Install "libdaemon-doc" package

Learn how to install libdaemon-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdaemon-doc

2. Uninstall "libdaemon-doc" package

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

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

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

Package: libdaemon-doc
Priority: extra
Section: doc
Installed-Size: 540
Maintainer: Ubuntu Developers
Original-Maintainer: Utopia Maintenance Team
Architecture: all
Source: libdaemon
Version: 0.14-6
Replaces: libdaemon-dev (<< 0.14-5)
Breaks: libdaemon-dev (<< 0.14-5)
Filename: pool/main/libd/libdaemon/libdaemon-doc_0.14-6_all.deb
Size: 103590
MD5sum: b704252733ab0b79949a33979a877914
SHA1: d61c6ed7bd09e8857bbd73fc786b2dcb654333cf
SHA256: 727000aed3fc8e63fc69edc349dcedd012611dfcc572d384308584ff5e893ab4
Description-en: 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: 76daaed5895201954a33986cc719a717
Homepage: http://0pointer.de/lennart/projects/libdaemon/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m