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

Last updated: July 03,2024

1. Install "php-apcu" package

Please follow the instructions below to install php-apcu on Kali Linux

$ sudo apt update $ sudo apt install php-apcu

2. Uninstall "php-apcu" package

This guide covers the steps necessary to uninstall php-apcu on Kali Linux:

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

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

Package: php-apcu
Version: 5.1.22+4.0.11-2
Installed-Size: 13
Maintainer: Debian PHP PECL Maintainers
Architecture: amd64
Depends: php8.2-apcu
Pre-Depends: php-common (>= 2:69~)
Suggests: php-gd
Conflicts: php-xcache, php-yac
Size: 4588
SHA256: b9c9a0c619048aa6c6406294782f2ec9eeb162d99eb48e321a0350800ce4277b
SHA1: 3880fc16898906203dfaa0cbaa472d23159a2020
MD5sum: 62bd55e8b1d4ecf4bdf571e0ad8ee852
Description: APC User Cache for PHP
The APCu is userland caching: APC (Alternative PHP Cache) stripped of
opcode caching after the deployment of Zend OpCache in PHP 5.5 as the
primary solution to opcode caching in future versions of PHP.
.
The APCu is a fast solution for userland caching (and dumping) of PHP
variables locally, it is not distributed like MemcacheD, but they can
be used together for optimal caching.
.
This is empty package that depends on default PHP version.
Description-md5:
Homepage: https://pecl.php.net/package/APCu
Section: php
Priority: optional
Filename: pool/main/p/php-apcu/php-apcu_5.1.22+4.0.11-2_amd64.deb