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

Last updated: May 13,2024

1. Install "libcgi-untaint-perl" package

This tutorial shows how to install libcgi-untaint-perl on Kali Linux

$ 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 Kali Linux:

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

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

Package: libcgi-untaint-perl
Version: 1.26-8
Installed-Size: 42
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libuniversal-require-perl
Recommends: libcgi-pm-perl | perl (<< 5.19)
Size: 19768
SHA256: 4798a7239199c9ca14a74b8f7fa087f7c7d2faf1c176a2da28a5c17abb0e31d3
SHA1: 40163340a7f988ab5078156db3d99280c77d32a1
MD5sum: 0699bb185b29d8e921f216254995b46c
Description: 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:
Homepage: https://metacpan.org/release/CGI-Untaint
Tag: devel::lang:perl, devel::library, implemented-in::perl, use::checking,
web::cgi
Section: perl
Priority: optional
Filename: pool/main/libc/libcgi-untaint-perl/libcgi-untaint-perl_1.26-8_all.deb