How to Install and Uninstall libapp-daemon-perl Package on Kali Linux

Last updated: May 03,2024

1. Install "libapp-daemon-perl" package

This guide covers the steps necessary to install libapp-daemon-perl on Kali Linux

$ sudo apt update $ sudo apt install libapp-daemon-perl

2. Uninstall "libapp-daemon-perl" package

Please follow the instructions below to uninstall libapp-daemon-perl on Kali Linux:

$ sudo apt remove libapp-daemon-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapp-daemon-perl package on Kali Linux

Package: libapp-daemon-perl
Version: 0.22-3
Installed-Size: 49
Maintainer: Debian Perl Group
Architecture: all
Depends: libfile-pid-perl, liblog-log4perl-perl, perl
Suggests: libproc-processtable-perl
Size: 18412
SHA256: e6845eb8907d9f6c9a53f79dae0d8c8c3198151d8d72e74960d4f6e8c5460f20
SHA1: 97edbe470f2dbbd03e0d9dd14993818147a41abd
MD5sum: 7e995f8265503bdae0f8c6135a2faad9
Description: Perl module to start an Application as a Daemon
App::Daemon helps running an application as a daemon. The idea to prepend
scripts with functions provided by this module to 'daemonize' it.
.
Along with the common features offered by similar modules on CPAN, it
* supports logging with Log4perl: In background mode, it logs to a logfile. In
foreground mode, log messages go directly to the screen.
* detects if another instance is already running and ends itself
automatically in this case.
* shows with the 'status' command if an instance is already running and
which PID it has.
Description-md5:
Homepage: https://metacpan.org/release/App-Daemon
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/liba/libapp-daemon-perl/libapp-daemon-perl_0.22-3_all.deb