How to Install and Uninstall libcgi-ajax-perl Package on Kali Linux

Last updated: April 26,2024

1. Install "libcgi-ajax-perl" package

Here is a brief guide to show you how to install libcgi-ajax-perl on Kali Linux

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

2. Uninstall "libcgi-ajax-perl" package

This tutorial shows how to uninstall libcgi-ajax-perl on Kali Linux:

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

3. Information about the libcgi-ajax-perl package on Kali Linux

Package: libcgi-ajax-perl
Version: 0.707-3
Installed-Size: 126
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclass-accessor-perl
Size: 41572
SHA256: e25bd369e9bc18f1a5831e7ed924a7662eaa04eb3f22b8c5d89fbfd09d0f6d2a
SHA1: 2384e2fd27b4fd96da9e80030cb804da9848a8b3
MD5sum: d360112b14ebe0e5347c9035ed2b1426
Description: 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:
Homepage: http://www.perljax.us/
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libc/libcgi-ajax-perl/libcgi-ajax-perl_0.707-3_all.deb