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

Last updated: January 12,2025

1. Install "php-pclzip.noarch" package

Please follow the guidance below to install php-pclzip.noarch on Fedora 36

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

2. Uninstall "php-pclzip.noarch" package

This tutorial shows how to uninstall php-pclzip.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:14:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-pclzip
Version : 2.8.2
Release : 14.fc36
Architecture : noarch
Size : 45 k
Source : php-pclzip-2.8.2-14.fc36.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.