How to Install and Uninstall libcgi-untaint-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 15,2024

1. Install "libcgi-untaint-perl" package

Please follow the instructions below to install libcgi-untaint-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libcgi-untaint-perl" package

Please follow the guidelines below to uninstall libcgi-untaint-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libcgi-untaint-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libcgi-untaint-perl
Architecture: all
Version: 1.26-7
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 41
Depends: perl, libuniversal-require-perl
Recommends: libcgi-pm-perl | perl (<< 5.19)
Filename: pool/universe/libc/libcgi-untaint-perl/libcgi-untaint-perl_1.26-7_all.deb
Size: 18002
MD5sum: d3448806eed73d8ac538fc7a8ce074f7
SHA1: 8bd7c483d65ed53da3af8944fb5d6c17d8107297
SHA256: a205a68d59d3767099a78beb83ad43b19f98b7fe505acc8ebda3cb03358e9c2e
SHA512: 1b18d6039e4703f4cbb76fc7b9a98d6f538e335b1774b2940eea844c10331f4f198d2bce4e58dee2182bbe2f7a4267b6b756ade1b69d2fb99fce2e48689cba39
Homepage: https://metacpan.org/release/CGI-Untaint
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