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

Last updated: May 22,2024

1. Install "libdaemon-control-perl" package

This tutorial shows how to install libdaemon-control-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdaemon-control-perl

2. Uninstall "libdaemon-control-perl" package

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

$ sudo apt remove libdaemon-control-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdaemon-control-perl
Priority: optional
Section: universe/perl
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.001006-1
Depends: perl (>= 5.11.1) | libfile-path-perl, perl
Filename: pool/universe/libd/libdaemon-control-perl/libdaemon-control-perl_0.001006-1_all.deb
Size: 19292
MD5sum: a707810d709cced03b20c6a0d7a9d01c
SHA1: 682a6016aa68746328c6c1212de79a4da9b51ac8
SHA256: 93d74801d215fae96d30f581f43ba260c8f46bef7d641c3f817935996ce063c7
Description-en: module for creating init scripts in Perl
Daemon::Control provides a library for creating init scripts in Perl.
Your Perl script just needs to set the accessors for what and how you
want something to run and the library takes care of the rest.
.
You can launch programs through the shell (/usr/sbin/my_program) or
launch Perl code itself into a daemon mode. Single and double fork
methods are supported and in double-fork mode all the things you
would expect like reopening STDOUT/STDERR, switching UID/GID
are supported.
Description-md5: e1c0d1a6d010d945aa2cd2e6c076599b
Homepage: https://metacpan.org/release/Daemon-Control
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu