How to Install and Uninstall perl-WWW-Mechanize-GZip.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "perl-WWW-Mechanize-GZip.noarch" package

Learn how to install perl-WWW-Mechanize-GZip.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-WWW-Mechanize-GZip.noarch

2. Uninstall "perl-WWW-Mechanize-GZip.noarch" package

Please follow the step by step instructions below to uninstall perl-WWW-Mechanize-GZip.noarch on Fedora 34:

$ sudo dnf remove perl-WWW-Mechanize-GZip.noarch $ sudo dnf autoremove

3. Information about the perl-WWW-Mechanize-GZip.noarch package on Fedora 34

Last metadata expiration check: 3:33:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-WWW-Mechanize-GZip
Version : 0.14
Release : 8.fc34
Architecture : noarch
Size : 13 k
Source : perl-WWW-Mechanize-GZip-0.14-8.fc34.src.rpm
Repository : fedora
Summary : Fetch compressed web pages
URL : https://metacpan.org/release/WWW-Mechanize-GZip
License : GPL+ or Artistic
Description : The WWW::Mechanize::GZip module tries to fetch a URL by requesting
: gzip-compression from the web server. 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 bandwidth fetching web pages, if supported by the web server.
: If the web server does not support gzip-compression, no decompression
: will be made.