How to Install and Uninstall perl-Compress-Raw-Zlib.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

1. Install "perl-Compress-Raw-Zlib.x86_64" package

This guide covers the steps necessary to install perl-Compress-Raw-Zlib.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Compress-Raw-Zlib.x86_64

2. Uninstall "perl-Compress-Raw-Zlib.x86_64" package

This is a short guide on how to uninstall perl-Compress-Raw-Zlib.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove perl-Compress-Raw-Zlib.x86_64 $ sudo yum autoremove

3. Information about the perl-Compress-Raw-Zlib.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Compress-Raw-Zlib
Arch : x86_64
Epoch : 1
Version : 2.061
Release : 4.el7
Size : 137 k
Repo : installed
From repo : base
Summary : Low-level interface to the zlib compression library
URL : http://search.cpan.org/dist/Compress-Raw-Zlib/
License : GPL+ or Artistic
Description : The Compress::Raw::Zlib module provides a Perl interface to the
: zlib compression library, which is used by IO::Compress::Zlib.