How to Install and Uninstall perl-IO-Zlib.noarch Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "perl-IO-Zlib.noarch" package

Learn how to install perl-IO-Zlib.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-IO-Zlib.noarch

2. Uninstall "perl-IO-Zlib.noarch" package

Please follow the guidelines below to uninstall perl-IO-Zlib.noarch on CentOS Stream 8:

$ sudo dnf remove perl-IO-Zlib.noarch $ sudo dnf autoremove

3. Information about the perl-IO-Zlib.noarch package on CentOS Stream 8

Last metadata expiration check: 2:52:40 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-IO-Zlib
Epoch : 1
Version : 1.10
Release : 422.el8
Architecture : noarch
Size : 81 k
Source : perl-5.26.3-422.el8.src.rpm
Repository : baseos
Summary : Perl IO:: style interface to Compress::Zlib
URL : http://www.perl.org/
License : GPL+ or Artistic
Description : This modules provides an IO:: style interface to the Compress::Zlib package.
: The main advantage is that you can use an IO::Zlib object in much the same way
: as an IO::File object so you can have common code that doesn't know which sort
: of file it is using.