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

Last updated: June 26,2024

1. Install "libcgi-tiny-perl" package

Please follow the guidelines below to install libcgi-tiny-perl on Kali Linux

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

2. Uninstall "libcgi-tiny-perl" package

In this section, we are going to explain the necessary steps to uninstall libcgi-tiny-perl on Kali Linux:

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

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

Package: libcgi-tiny-perl
Version: 1.002-2
Installed-Size: 171
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libencode-perl, libjson-pp-perl
Recommends: libcpanel-json-xs-perl, libunicode-utf8-perl
Size: 59320
SHA256: 7d3bef15e7834f5d6f3e317e1a6e3ff6dc427a11a711591f9b7c1a134009b246
SHA1: aaff1d8b57dfc443ddf64f32fec4703719757904
MD5sum: f012e5a4fe3846f45acfb73c0e67923f
Description: module providing a modern interface to write CGI scripts
CGI::Tiny provides a modern interface to write CGI scripts to dynamically
respond to HTTP requests as defined in RFC 3875. It is intended to be:
.
* Minimal
CGI::Tiny contains a small amount of code and (on modern Perls) no non-core
requirements. No framework needed.
.
* Simple
CGI::Tiny is straightforward to use, avoids anything magical or surprising,
and provides easy access to the most commonly needed features.
.
* Robust
CGI::Tiny's interface is designed to help the developer follow best
practices and avoid common pitfalls and vulnerabilities by default.
.
* Lazy
CGI::Tiny only loads code or processes information once it is needed,
so simple requests can be handled without unnecessary overhead.
.
* Restrained
CGI::Tiny is designed for the CGI protocol which executes the program again
for every request. It is not suitable for persistent protocols like FastCGI
or PSGI.
.
* Flexible
CGI::Tiny can be used with other modules to handle tasks like routing and
templating, and doesn't impose unnecessary constraints to reading input or
rendering output.
Description-md5:
Homepage: https://metacpan.org/release/CGI-Tiny
Section: perl
Priority: optional
Filename: pool/main/libc/libcgi-tiny-perl/libcgi-tiny-perl_1.002-2_all.deb

5. The same packages on other Linux Distributions