How to Install and Uninstall perl-Archive-Zip Package on openSuSE Tumbleweed

Last updated: May 16,2024

1. Install "perl-Archive-Zip" package

Please follow the guidelines below to install perl-Archive-Zip on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Archive-Zip

2. Uninstall "perl-Archive-Zip" package

Please follow the instructions below to uninstall perl-Archive-Zip on openSuSE Tumbleweed:

$ sudo zypper remove perl-Archive-Zip

3. Information about the perl-Archive-Zip package on openSuSE Tumbleweed

Information for package perl-Archive-Zip:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Archive-Zip
Version : 1.68-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 292.0 KiB
Installed : No
Status : not installed
Source package : perl-Archive-Zip-1.68-1.18.src
Upstream URL : https://metacpan.org/release/Archive-Zip
Summary : Provide an interface to ZIP archive files
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.
This module uses the Compress::Raw::Zlib library to read and write the
compressed streams inside the files.
One can use Archive::Zip::MemberRead to read the zip file archive members
as if they were files.