How to Install and Uninstall libclass-dbi-fromcgi-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libclass-dbi-fromcgi-perl" package

Here is a brief guide to show you how to install libclass-dbi-fromcgi-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libclass-dbi-fromcgi-perl

2. Uninstall "libclass-dbi-fromcgi-perl" package

This guide covers the steps necessary to uninstall libclass-dbi-fromcgi-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libclass-dbi-fromcgi-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclass-dbi-fromcgi-perl package on Ubuntu 21.10 (Impish Indri)

Package: libclass-dbi-fromcgi-perl
Architecture: all
Version: 1.00-5.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 28
Depends: perl:any, libclass-dbi-perl, libcgi-untaint-perl
Filename: pool/universe/libc/libclass-dbi-fromcgi-perl/libclass-dbi-fromcgi-perl_1.00-5.1_all.deb
Size: 10564
MD5sum: 6eeec321a5805149e2f2b7322a2e9760
SHA1: 36d746bf20c7f39f8568d59aeb0059cbe3d5a869
SHA256: 57384031c195774698d1303a4fa0fb4c7ac50fde3e8b6c309759758c916dd4f8
SHA512: 4860b0c3a6d0681a0497e0f8bcb598871bf0cc22dfd9af3ced75a1a4d2ac537a5f01484afa72136d65925cfa0c1e81791962a6a4ab1678ca3f63d909dc473109
Homepage: https://metacpan.org/release/Class-DBI-FromCGI
Description-en: Perl module to update Class::DBI data using CGI::Untaint
Lots of times, Class::DBI is used in web-based applications. (In
fact, coupled with a templating system that allows you to pass
objects, such as Template::Toolkit, Class::DBI is very much your
friend for these.)
.
One of the most irritating things about writing web-based applications
is the monotony of writing much of the same stuff over and over again.
And, where there's monotony there's a tendency to skip over stuff that
is really important, but is a pain to write - like Taint Checking and
sensible input validation. (Especially as you can still show a 'working'
application without it!). CGI::Untaint can take care of a lot of that
for us.
.
It so happens that CGI::Untaint also plays well with Class::DBI. All
you need to do is to 'use Class::DBI::FromCGI' in your class (or in
your local Class::DBI subclass that all your other classes inherit
from. You do that, don't you?).
Description-md5: b11ea0d38819ded510cdbcfefc99486a