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

Last updated: May 21,2024

1. Install "libapp-control-perl" package

Please follow the instructions below to install libapp-control-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libapp-control-perl" package

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

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

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

Package: libapp-control-perl
Priority: optional
Section: universe/perl
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.02-3
Depends: perl
Filename: pool/universe/liba/libapp-control-perl/libapp-control-perl_1.02-3_all.deb
Size: 9214
MD5sum: 097aa3d69809b60ef5a85a52faf6726d
SHA1: 22e5f9d8eef5c7d69df882f5a1ddc23e970dd244
SHA256: bbe3dc70c3426f9d81ef34bc8b9f2d4ad5581b698abd4acb8e660950f4eaa12d
Description-en: 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: f90a7b661041f015eb51fa2cdd8edbe1
Homepage: https://metacpan.org/release/App-Control
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu