How to Install and Uninstall php-pclzip Package on Kali Linux

Last updated: May 04,2024

1. Install "php-pclzip" package

In this section, we are going to explain the necessary steps to install php-pclzip on Kali Linux

$ sudo apt update $ sudo apt install php-pclzip

2. Uninstall "php-pclzip" package

Please follow the step by step instructions below to uninstall php-pclzip on Kali Linux:

$ sudo apt remove php-pclzip $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-pclzip package on Kali Linux

Package: php-pclzip
Version: 2.8.2-5
Installed-Size: 222
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-common
Size: 35448
SHA256: 7c472cbe450098f8bba339f149d32c02ed381b38face9d6961a66318a7ff15fb
SHA1: ae0d2ad943bec3cb066ae2591209141cf80ddab8
MD5sum: 075cafd4a1f59e170a50e52e44217e89
Description: ZIP archive manager class for PHP
This library offers compression and extraction functions for ZIP
formatted archives (WinZip, PKZIP). It gives you the ability to
manipulate ZIP formatted archives. You can create, list and extract
the contents of any ZIP file.
.
PclZip defines an object oriented interface to ZIP archives through
a PHP class. This class manages the archive properties and offers
access method and actions on it.
Description-md5:
Homepage: http://www.phpconcept.net/pclzip/
Section: php
Priority: optional
Filename: pool/main/p/php-pclzip/php-pclzip_2.8.2-5_all.deb