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

Last updated: April 30,2024

1. Install "libapp-control-perl" package

This guide let you learn how to install libapp-control-perl on Kali Linux

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

2. Uninstall "libapp-control-perl" package

This is a short guide on how to uninstall libapp-control-perl on Kali Linux:

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

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

Package: libapp-control-perl
Version: 1.07-1
Installed-Size: 28
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 9328
SHA256: 2d53b9a71c1e53a38b19845993b664aecab4b69933f04d313e3edec75496c828
SHA1: c5d01cfe72f1fb7e2321a8ad5bb9acc3d6be1c4f
MD5sum: 6ea9f888c2a1bd2500fdbaa9b200412e
Description: Perl module for apachectl style control of another executable
App::Control is a simple module to replicate the kind of functionality you get
with apachectl to control Apache, but for any script or executable. There is a
very simple OO interface, where the constructor is used to specify the
executable, command line arguments, and pidfile, and various methods (start,
stop, etc.) are used to control the executable in the obvious way. The module
is intended to be used in a simple wrapper control script. Currently the
module does a fork and exec to start the executable, and sets the signal
handler for SIGCHLD to 'IGNORE' to avoid zombie processes.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/App-Control
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/liba/libapp-control-perl/libapp-control-perl_1.07-1_all.deb