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

Last updated: May 20,2024

1. Install "libwww-mechanize-gzip-perl" package

In this section, we are going to explain the necessary steps to install libwww-mechanize-gzip-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libwww-mechanize-gzip-perl

2. Uninstall "libwww-mechanize-gzip-perl" package

This guide covers the steps necessary to uninstall libwww-mechanize-gzip-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libwww-mechanize-gzip-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libwww-mechanize-gzip-perl
Priority: optional
Section: universe/perl
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.12-1
Depends: perl, libwww-mechanize-perl
Filename: pool/universe/libw/libwww-mechanize-gzip-perl/libwww-mechanize-gzip-perl_0.12-1_all.deb
Size: 6522
MD5sum: ebadc5ced0248a8531dd63dac2370343
SHA1: 6fb12450a8bf367a814346029361a7139bfee390
SHA256: d75cfa764bf5c1933d2520e98ad8ea276077cdc177d756a809a00fdfedd23585
Description-en: Perl module to fetch webpages with gzip-compression
The WWW::Mechanize::GZip module tries to fetch a URL by requesting
gzip-compression from the webserver.
.
If the response contains a header with 'Content-Encoding: gzip', it
decompresses the response in order to get the original (uncompressed)
content.
.
This module will help to reduce bandwith fetching webpages, if supported
by the webeserver. If the webserver does not support gzip-compression,
no compression will be used.
.
This modules is a direct subclass of WWW::Mechanize and will therefore
support any methods provided by WWW::Mechanize.
.
The decompression is handled by Compress::Zlib::memGunzip.
Description-md5: 01c391f6dc5c16dcd78310b6b8751f12
Homepage: http://search.cpan.org/dist/WWW-Mechanize-GZip/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu