How to Install and Uninstall perl-Archive-Zip.noarch Package on Fedora 39

Last updated: November 25,2024

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

This guide let you learn how to install perl-Archive-Zip.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Archive-Zip.noarch

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

Please follow the guidelines below to uninstall perl-Archive-Zip.noarch on Fedora 39:

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

3. Information about the perl-Archive-Zip.noarch package on Fedora 39

Last metadata expiration check: 5:45:21 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Archive-Zip
Version : 1.68
Release : 12.fc39
Architecture : noarch
Size : 112 k
Source : perl-Archive-Zip-1.68-12.fc39.src.rpm
Repository : fedora
Summary : Perl library for accessing Zip archives
URL : https://metacpan.org/release/Archive-Zip
License : ( GPL-1.0-or-later OR Artistic-1.0-Perl ) AND Info-ZIP
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.