How to Install and Uninstall libclass-dbi-fromcgi-perl Package on Kali Linux

Last updated: May 17,2024

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

This tutorial shows how to install libclass-dbi-fromcgi-perl on Kali Linux

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

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

This is a short guide on how to uninstall libclass-dbi-fromcgi-perl on Kali Linux:

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

3. Information about the libclass-dbi-fromcgi-perl package on Kali Linux

Package: libclass-dbi-fromcgi-perl
Version: 1.00-5.1
Installed-Size: 29
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclass-dbi-perl, libcgi-untaint-perl
Size: 11392
SHA256: dd1c72528b1a1410b2f1cb60766bb9f9a02187d39b0388e25e569eb955d53c96
SHA1: 22efb293b2f08deadeea4191f45660d464c262d0
MD5sum: db5b5e2d6a71fb16449beee3bb508dd7
Description: 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:
Homepage: https://metacpan.org/release/Class-DBI-FromCGI
Tag: devel::lang:perl, devel::lang:sql, devel::library, implemented-in::perl,
web::cgi, works-with::db
Section: perl
Priority: optional
Filename: pool/main/libc/libclass-dbi-fromcgi-perl/libclass-dbi-fromcgi-perl_1.00-5.1_all.deb