How to Install and Uninstall libcgi-simple-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libcgi-simple-perl" package

Here is a brief guide to show you how to install libcgi-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcgi-simple-perl" package

Please follow the step by step instructions below to uninstall libcgi-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcgi-simple-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcgi-simple-perl
Priority: optional
Section: universe/perl
Installed-Size: 231
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.115-2
Depends: perl
Filename: pool/universe/libc/libcgi-simple-perl/libcgi-simple-perl_1.115-2_all.deb
Size: 95820
MD5sum: 13981a21dd66fd0898fa3a40e5e64570
SHA1: bc711f2429558140e04a8fcdeb059565f2872a88
SHA256: fe1f263d69d8a736ab315d22b39f90ba41aba7ebb481918292c91fbb51ea4973
Description-en: simple CGI.pm compatible OO CGI interface
CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm.
It shares an identical OO interface to CGI.pm for parameter parsing, file
upload, cookie handling and header generation. This module is entirely object
oriented, however a complete functional interface is available by using the
CGI::Simple::Standard module.
.
Essentially everything in CGI.pm that relates to the CGI (not HTML) side of
things is available. There are even a few new methods and additions to old
ones! If you are interested in what has gone on under the hood see the
"Compatibility with CGI.pm" section in CGI::Simple(3pm).
.
In practical testing this module loads and runs about twice as fast as CGI.pm
depending on the precise task.
Description-md5: 64fe12bfa6f62296ad20ccaca81c9002
Homepage: https://metacpan.org/release/CGI-Simple
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu