How to Install and Uninstall perl-Archive-Zip.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "perl-Archive-Zip.noarch" package

This guide let you learn how to install perl-Archive-Zip.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Archive-Zip.noarch

2. Uninstall "perl-Archive-Zip.noarch" package

This guide covers the steps necessary to uninstall perl-Archive-Zip.noarch on Amazon Linux 2:

$ sudo yum remove perl-Archive-Zip.noarch $ sudo yum autoremove

3. Information about the perl-Archive-Zip.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Archive-Zip
Arch : noarch
Version : 1.30
Release : 11.amzn2
Size : 107 k
Repo : amzn2-core/2/x86_64
Summary : Perl library for accessing Zip archives
URL : http://search.cpan.org/dist/Archive-Zip/
License : GPL+ or Artistic
Description : The Archive::Zip module allows a Perl program to create,
: manipulate, read, and write Zip archive files.
: Zip archives can be created, or you can read from existing zip
: files. Once created, they can be written to files, streams, or
: strings. Members can be added, removed, extracted, replaced,
: rearranged, and enumerated. They can also be renamed or have
: their dates, comments, or other attributes queried or modified.
: Their data can be compressed or uncompressed as needed. Members
: can be created from members in existing Zip files, or from
: existing directories, files, or strings.