How to Install and Uninstall daemon Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: December 24,2024
1. Install "daemon" package
This is a short guide on how to install daemon on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
daemon
Copied
2. Uninstall "daemon" package
This guide covers the steps necessary to uninstall daemon on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
daemon
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the daemon package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: daemon
Priority: optional
Section: universe/utils
Installed-Size: 280
Maintainer: Ubuntu Developers
Original-Maintainer: Marc Haber
Architecture: amd64
Version: 0.6.4-1
Depends: libc6 (>= 2.7)
Filename: pool/universe/d/daemon/daemon_0.6.4-1_amd64.deb
Size: 98176
MD5sum: 33c34d2e136afbf53b986b5e3c6b9566
SHA1: 4bab95fc5f56abcbc2c86b62198971f43254530d
SHA256: f9622c84504846d3eb4b581c21b50ae451ec916700177204ef8f07d2b020fcd2
Description-en: turns other processes into daemons
There are many tasks that need to be performed to correctly set up a
daemon process. This can be tedious. Daemon performs these tasks for
other processes. This is useful for writing daemons in languages other
than C, C++ or Perl (e.g. /bin/sh, Java).
.
If you want to write daemons in languages that can link against C functions
(e.g. C, C++), see libslack which contains the core functionality of daemon.
.
Upstream URL: http://www.libslack.org/daemon/
Description-md5: a8b0de2efb2f9f4ea34fed416b448777
Homepage: http://www.libslack.org/daemon/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/utils
Installed-Size: 280
Maintainer: Ubuntu Developers
Original-Maintainer: Marc Haber
Architecture: amd64
Version: 0.6.4-1
Depends: libc6 (>= 2.7)
Filename: pool/universe/d/daemon/daemon_0.6.4-1_amd64.deb
Size: 98176
MD5sum: 33c34d2e136afbf53b986b5e3c6b9566
SHA1: 4bab95fc5f56abcbc2c86b62198971f43254530d
SHA256: f9622c84504846d3eb4b581c21b50ae451ec916700177204ef8f07d2b020fcd2
Description-en: turns other processes into daemons
There are many tasks that need to be performed to correctly set up a
daemon process. This can be tedious. Daemon performs these tasks for
other processes. This is useful for writing daemons in languages other
than C, C++ or Perl (e.g. /bin/sh, Java).
.
If you want to write daemons in languages that can link against C functions
(e.g. C, C++), see libslack which contains the core functionality of daemon.
.
Upstream URL: http://www.libslack.org/daemon/
Description-md5: a8b0de2efb2f9f4ea34fed416b448777
Homepage: http://www.libslack.org/daemon/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu