How to Install and Uninstall perl-PerlIO-gzip.x86_64 Package on Fedora 39

Last updated: June 03,2024

1. Install "perl-PerlIO-gzip.x86_64" package

This is a short guide on how to install perl-PerlIO-gzip.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install perl-PerlIO-gzip.x86_64

2. Uninstall "perl-PerlIO-gzip.x86_64" package

This is a short guide on how to uninstall perl-PerlIO-gzip.x86_64 on Fedora 39:

$ sudo dnf remove perl-PerlIO-gzip.x86_64 $ sudo dnf autoremove

3. Information about the perl-PerlIO-gzip.x86_64 package on Fedora 39

Last metadata expiration check: 3:57:17 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-PerlIO-gzip
Version : 0.20
Release : 23.fc39
Architecture : x86_64
Size : 26 k
Source : perl-PerlIO-gzip-0.20-23.fc39.src.rpm
Repository : fedora
Summary : Perl extension to provide a PerlIO layer to gzip/gunzip
URL : https://metacpan.org/release/PerlIO-gzip
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : PerlIO::gzip provides a PerlIO layer that manipulates files in the format
: used by the gzip program. Compression and decompression are implemented.
:
: This is akin to Compress::Zlib, except that it operates at the lower PerlIO
: layer.