How to Install and Uninstall php8.2-apcu Package on Kali Linux

Last updated: May 16,2024

1. Install "php8.2-apcu" package

This guide covers the steps necessary to install php8.2-apcu on Kali Linux

$ sudo apt update $ sudo apt install php8.2-apcu

2. Uninstall "php8.2-apcu" package

This tutorial shows how to uninstall php8.2-apcu on Kali Linux:

$ sudo apt remove php8.2-apcu $ sudo apt autoclean && sudo apt autoremove

3. Information about the php8.2-apcu package on Kali Linux

Package: php8.2-apcu
Source: php-apcu
Version: 5.1.22+4.0.11-2
Installed-Size: 174
Maintainer: Debian PHP PECL Maintainers
Architecture: amd64
Replaces: php-apcu (<< 5.1.22+4.0.11-2~)
Provides: php-apcu
Depends: php8.2-common, phpapi-20220829, libc6 (>= 2.34)
Pre-Depends: php-common (>= 2:69~)
Suggests: php-gd
Conflicts: php-xcache, php-yac
Breaks: php-apcu (<< 5.1.22+4.0.11-2~)
Size: 42480
SHA256: 04114fbfd47259af8e4fe5ab22d804665c583cb25094c6ca59faa3d01f64bdf1
SHA1: 63518f9d7d0d260fa987fb4bc38dd79308f01f95
MD5sum: a1ba745e0d1d1e1dc341a92f7379cb53
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.
Description-md5:
Homepage: https://pecl.php.net/package/APCu
Section: php
Priority: optional
Filename: pool/main/p/php-apcu/php8.2-apcu_5.1.22+4.0.11-2_amd64.deb