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

Last updated: May 19,2024

1. Install "php8.1-apcu" package

This tutorial shows how to install php8.1-apcu on Kali Linux

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

2. Uninstall "php8.1-apcu" package

Please follow the guidance below to uninstall php8.1-apcu on Kali Linux:

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

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

Package: php8.1-apcu
Source: php-apcu
Version: 5.1.21+4.0.11-7
Installed-Size: 177
Maintainer: Debian PHP PECL Maintainers
Architecture: amd64
Replaces: php-apcu (<< 5.1.21+4.0.11-7~)
Provides: php-apcu
Depends: php8.1-common, phpapi-20210902, libc6 (>= 2.33)
Pre-Depends: php-common (>= 2:69~)
Recommends: php-apcu-bc
Suggests: php-gd
Conflicts: php-xcache, php-yac
Breaks: php-apcu (<< 5.1.21+4.0.11-7~)
Size: 45112
SHA256: 1a275eda56876a0aaa2d3354257bc6d8df651ea6577531199a5efafd15bbd42d
SHA1: f73281287bf497847c1654142f10582b5092a1ea
MD5sum: 50805ee88dc76b55f992f06c397d20b2
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: 0d7462c8f566c71b65f0d4bcf7806445
Homepage: https://pecl.php.net/package/APCu
Section: php
Priority: optional
Filename: pool/main/p/php-apcu/php8.1-apcu_5.1.21+4.0.11-7_amd64.deb