How to Install and Uninstall libclass-dbi-fromcgi-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 20,2024

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

Please follow the guidance below to install libclass-dbi-fromcgi-perl on Ubuntu 20.10 (Groovy Gorilla)

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

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

This tutorial shows how to uninstall libclass-dbi-fromcgi-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libclass-dbi-fromcgi-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libclass-dbi-fromcgi-perl
Architecture: all
Version: 1.00-5
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, libclass-dbi-perl, libcgi-untaint-perl
Filename: pool/universe/libc/libclass-dbi-fromcgi-perl/libclass-dbi-fromcgi-perl_1.00-5_all.deb
Size: 10428
MD5sum: c72bbc1237598923ebe8d879ea3cc151
SHA1: 3f0a98f44a4059c910c35c55562c09784d95b8cb
SHA256: 39ce9ade6da448a981cd4b535a5c0b14dd79526a19691a435bed9c72ed112759
SHA512: 3a4afdac456cebc7d923df7b3508400fc071ad7da7bb27697217bb86b113ab6a445f35dd68a28aea168d7a44eed140e4d3a653148a5517c93069f2ba8b6ccd47
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