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

Last updated: May 18,2024

1. Install "libgd-securityimage-perl" package

This tutorial shows how to install libgd-securityimage-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgd-securityimage-perl

2. Uninstall "libgd-securityimage-perl" package

This guide let you learn how to uninstall libgd-securityimage-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgd-securityimage-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libgd-securityimage-perl
Priority: optional
Section: universe/perl
Installed-Size: 145
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.73-2
Depends: perl, libgd-perl
Recommends: libimage-magick-perl
Filename: pool/universe/libg/libgd-securityimage-perl/libgd-securityimage-perl_1.73-2_all.deb
Size: 47904
MD5sum: a36de210e5e0e99379b053d602680e17
SHA1: 069b4151ecdafc77cb6a3c831fe9c3682eff9dce
SHA256: 27661187e76dfe2de6f858454394bf03b186440727bb12960747b49dcb090572
Description-en: security image (captcha) generator
The (so called) "Security Images" are so popular. Most internet
software use these in their registration screens to block robot programs
(which may register tons of fake member accounts). Security images are
basicaly, graphical CAPTCHAs (Completely Automated Public
Turing Test to Tell Computers and Humans Apart). This
module gives you a basic interface to create such an image. The final
output is the actual graphic data, the mime type of the graphic and the
created random string. The module also has some "styles" that are
used to create the background (or foreground) of the image.
.
If you are an Authen::Captcha user, see GD::SecurityImage::AC
for migration from Authen::Captcha to GD::SecurityImage.
.
GD::SecurityImage is just an image generator. Not a captcha handler.
The validation of the generated graphic is left to your programming
taste.
Description-md5: 88af01c9565e6f36da9d0401d6d71ac5
Homepage: https://metacpan.org/release/GD-SecurityImage
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu