How to Install and Uninstall libcgi-application-plugin-captcha-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 13,2024

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

In this section, we are going to explain the necessary steps to install libcgi-application-plugin-captcha-perl on Ubuntu 20.10 (Groovy Gorilla)

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

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

This guide let you learn how to uninstall libcgi-application-plugin-captcha-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libcgi-application-plugin-captcha-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcgi-application-plugin-captcha-perl
Architecture: all
Version: 0.04-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 66
Depends: perl, libcgi-application-perl, libgd-securityimage-perl, libdata-random-perl
Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5)
Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5)
Enhances: libcgi-application-perl
Filename: pool/universe/libc/libcgi-application-plugin-captcha-perl/libcgi-application-plugin-captcha-perl_0.04-2_all.deb
Size: 11586
MD5sum: e52454053fa4f489bba19a0de76b7eb7
SHA1: 073ac84ba9e1b04e8af6f517ad0caa0e160e5b63
SHA256: c2713a9f8d3adb93f0941bed891d2723c70ddbc55199da5c137b616ab630bbd5
SHA512: e8246048038dda980df39ad320c7ce33e0565aaf1693d3b6a937f51ad25ca5829f7cfd606be0ea46c59b03102ae2e91a611beff41b1afcbccd18e730ab58f3d3
Homepage: https://metacpan.org/release/CGI-Application-Plugin-CAPTCHA
Description-en: module providing CAPTCHA support in CGI::Application
CGI::Application::Plugin::CAPTCHA allows programmers to easily add and
verify CAPTCHAs in their CGI::Application-derived web applications.
A CAPTCHA (or Completely Automated Public Turing Test to Tell Computers
and Humans Apart) is an image with a random string of characters. A user
must successfully enter the random string in order to submit a form. This
is a simple (yet annoying) procedure for humans to complete, but one that is
significantly more difficult for a form-stuffing script to complete without
having to integrate some sort of OCR.
.
CAPTCHAs are not a perfect solution. Any skilled, diligent cracker will
eventually be able to bypass a CAPTCHA, but it should be able to shut down
your average script-kiddie.
.
When a CAPTCHA is created with this module, raw image data is transmitted
from your web application to the client browser. A cookie containing a
checksum is also transmitted with the image. When the client submits their
form for processing (along with their verification of the random string),
captcha_verify() generates a checksum of the verification string the user
entered. If the newly generated checksum matches the checksum found in the
cookie, the CAPTCHA is assumed to have been successfully entered, and the
user is allowed to continue processing their form.
Description-md5: 9f7f31a5d1850782a5b19f7b02df1e7d