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

Last updated: May 15,2024

1. Install "libcgi-untaint-perl" package

Learn how to install libcgi-untaint-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcgi-untaint-perl" package

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

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

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

Package: libcgi-untaint-perl
Priority: optional
Section: universe/perl
Installed-Size: 72
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.26-6
Depends: perl, libuniversal-require-perl
Recommends: libcgi-pm-perl | perl (<< 5.19)
Filename: pool/universe/libc/libcgi-untaint-perl/libcgi-untaint-perl_1.26-6_all.deb
Size: 21612
MD5sum: d8cc6725ec0a3f8e936d573076b20b62
SHA1: e527795caa52066cfb6920f39d55b771676192a6
SHA256: 388171d96f005aebf78393099b72e2edf0effbc3a8eaf1fd4bcab98da8ce8fa1
Description-en: module to process CGI input parameters
Dealing with large web based applications with multiple forms is a
minefield. It's often hard enough to ensure you validate all your
input at all, without having to worry about doing it in a consistent
manner. If any of the validation rules change, you often have to alter
them in many different places. And, if you want to operate taint-safe,
then you're just adding even more headaches.
.
CGI::Untaint provides a simple, convenient, abstracted and extensible
manner for validating and untainting the input from web forms.
.
You simply create a handler with a hash of your parameters (usually
$q->Vars), and then iterate over the fields you wish to extract,
performing whatever validations you choose. The resulting variable is
guaranteed not only to be valid, but also untainted.
Description-md5: 00cc87da1635f8fb10cef8e3db2ade9c
Homepage: https://metacpan.org/release/CGI-Untaint
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu