How to Install and Uninstall php-pclzip.noarch Package on Fedora 34

Last updated: September 28,2024

1. Install "php-pclzip.noarch" package

This tutorial shows how to install php-pclzip.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-pclzip.noarch

2. Uninstall "php-pclzip.noarch" package

Please follow the guidelines below to uninstall php-pclzip.noarch on Fedora 34:

$ sudo dnf remove php-pclzip.noarch $ sudo dnf autoremove

3. Information about the php-pclzip.noarch package on Fedora 34

Last metadata expiration check: 2:04:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-pclzip
Version : 2.8.2
Release : 12.fc34
Architecture : noarch
Size : 46 k
Source : php-pclzip-2.8.2-12.fc34.src.rpm
Repository : fedora
Summary : Compression and extraction functions for Zip formatted archives
URL : http://www.phpconcept.net/pclzip
License : LGPLv2
Description : PclZip library offers compression and extraction functions for Zip formatted
: archives (WinZip, PKZIP).
:
: PclZip gives you the ability to manipulate zip formatted archives. You can
: create an archive, list the content and extract all its content in the file
: system.
:
: PclZip defines an object class which represent a Zip Archive. This class
: manages the archive properties and offers access method and actions on
: the archive.