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

Last updated: May 07,2024

1. Install "libcgi-ajax-perl" package

Please follow the guidelines below to install libcgi-ajax-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcgi-ajax-perl

2. Uninstall "libcgi-ajax-perl" package

Here is a brief guide to show you how to uninstall libcgi-ajax-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcgi-ajax-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libcgi-ajax-perl
Priority: optional
Section: universe/perl
Installed-Size: 228
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.707-1
Depends: perl (>= 5.6.0-16), libclass-accessor-perl
Filename: pool/universe/libc/libcgi-ajax-perl/libcgi-ajax-perl_0.707-1_all.deb
Size: 47052
MD5sum: a29ee2a92b8a398998e0a9c7cad1a7e6
SHA1: a7041f731f34f318cabb70663288f5fa40531a1b
SHA256: c67a60875f6aa10917ea90c49d202b381eb96f3182203314efbc743cb93ee29a
Description-en: Perl-specific system for writing Asynchronous web applications
CGI::Ajax is an object-oriented module that provides a unique mechanism
for using Perl code asynchronously from JavaScript-enhanced HTML pages.
CGI::Ajax unburdens the user from having to write extensive JavaScript,
except for associating an exported method with a document-defined event
(such as onClick, onKeyUp, etc.). CGI::Ajax also mixes well with HTML
containing more complex JavaScript.
.
CGI::Ajax supports methods that return single results or multiple
results to the web page, and supports returning values to multiple
DIV elements on the HTML page.
.
Using CGI::Ajax, the URL for the HTTP GET/POST request is automatically
generated based on HTML layout and events, and the page is then
dynamically updated with the output from the perl function. Additionally,
CGI::Ajax supports mapping URL's to a CGI::Ajax function name, so you
can separate your code processing over multiple scripts.
.
A primary goal of CGI::Ajax is to keep the module streamlined and
maximally flexible. We are trying to keep the generated javascript code
to a minimum, but still provide users with a variety of methods for
deploying CGI::Ajax. And VERY little user JavaScript.
Description-md5: 33ee10ea8f509d997964ce227966cf2b
Homepage: http://www.perljax.us/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu