How to Install and Uninstall libcgi-application-plugin-autorunmode-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libcgi-application-plugin-autorunmode-perl" package

This tutorial shows how to install libcgi-application-plugin-autorunmode-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcgi-application-plugin-autorunmode-perl

2. Uninstall "libcgi-application-plugin-autorunmode-perl" package

Please follow the steps below to uninstall libcgi-application-plugin-autorunmode-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcgi-application-plugin-autorunmode-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcgi-application-plugin-autorunmode-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcgi-application-plugin-autorunmode-perl
Priority: optional
Section: universe/perl
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.18-2
Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11)
Depends: perl, libcgi-application-perl
Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11)
Filename: pool/universe/libc/libcgi-application-plugin-autorunmode-perl/libcgi-application-plugin-autorunmode-perl_0.18-2_all.deb
Size: 17392
MD5sum: 73fe32e20bf2ab2833c3951ed8a3e5e8
SHA1: be6e0d5a6f78c74c5730ecd6235fec3c64168d76
SHA256: bdb6ac1b769a3aa66617d8368138b97e809739560f2b6ecf094989e3d861decc
Description-en: CGI::App plugin to automatically register runmodes
The CGI::Application::Plugin::AutoRunmode plugin for CGI::Application
provides easy ways to setup run modes. You can just write the method that
implements a run mode. You do not have to explicitly register it with
CGI::Application anymore.
.
You can either flag methods in your CGI::App subclass with the "Runmode" or
"StartRunmode" attributes or simply declare that every method in a class is a
run mode. You can also assign a delegate object, all whose methods will
become runmodes. You can also mix both approaches.
Description-md5: a9bd56bd93de1abde12959c9b0e630ac
Homepage: https://metacpan.org/release/CGI-Application-Plugin-AutoRunmode
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu