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

Last updated: May 16,2024

1. Install "libcgi-compile-perl" package

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

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

2. Uninstall "libcgi-compile-perl" package

This tutorial shows how to uninstall libcgi-compile-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcgi-compile-perl
Priority: optional
Section: universe/perl
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.21-1
Depends: perl, libfile-pushd-perl
Recommends: libcgi-emulate-psgi-perl
Filename: pool/universe/libc/libcgi-compile-perl/libcgi-compile-perl_0.21-1_all.deb
Size: 12998
MD5sum: aa0132624f54243594276cfc4e26f0bd
SHA1: 0fd4244ec1fff0df041dce3cd3e4aa53a9cb2612
SHA256: b21c5a27c40421bc4e39bda880927697c9968fdd3ee3846ca5013c9d91dee586
Description-en: module for compiling .cgi scripts to a code reference
CGI::Compile is an utility to compile CGI scripts into a code reference that
can run many times on its own namespace, as long as the script is ready to
run on a persistent environment.
.
NOTE: for best results, load CGI::Compile before any modules used by your
CGIs.
.
Combined with CGI::Emulate::PSGI, your CGI script can be turned into a
persistent PSGI application.
Description-md5: 331e5c9c5fee500388fd4a1bfc55833e
Homepage: https://metacpan.org/release/CGI-Compile
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu