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

Last updated: May 15,2024

1. Install "libcgi-compress-gzip-perl" package

This tutorial shows how to install libcgi-compress-gzip-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcgi-compress-gzip-perl

2. Uninstall "libcgi-compress-gzip-perl" package

Learn how to uninstall libcgi-compress-gzip-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcgi-compress-gzip-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libcgi-compress-gzip-perl
Priority: optional
Section: universe/perl
Installed-Size: 79
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.03-2
Depends: perl, libcgi-pm-perl | perl (<< 5.19)
Filename: pool/universe/libc/libcgi-compress-gzip-perl/libcgi-compress-gzip-perl_1.03-2_all.deb
Size: 18296
MD5sum: 4981dc1fcec02e7edd959878b01fc23a
SHA1: 7a3e60fcec870fc2ec99097a455e6774cc2d8bde
SHA256: a949498a9def52ea0d9b93c96521e8ae9987d0a534d7582d7efb692f233ed605
Description-en: module to allow automatically compressed CGI output
CGI::Compress::Gzip extends the CGI module to auto-detect whether the client
browser wants compressed output and, if so and if the script chooses HTML
output, apply gzip compression on any content header for STDOUT.
CGI::Compress::Gzip is intended to be a drop-in replacement for CGI.pm.
.
Apache mod_perl users may wish to consider the Apache::Compress or
Apache::GzipChain modules, which allow more transparent output compression
than this module can provide. However, as of this writing those modules are
more aggressive about compressing, regardless of Content-Type.
Description-md5: 06ee3055432b3b4ea668d0254fead94b
Homepage: https://metacpan.org/release/CGI-Compress-Gzip
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu