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

Last updated: May 15,2024

1. Install "php-memcache" package

This tutorial shows how to install php-memcache on Kali Linux

$ sudo apt update $ sudo apt install php-memcache

2. Uninstall "php-memcache" package

In this section, we are going to explain the necessary steps to uninstall php-memcache on Kali Linux:

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

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

Package: php-memcache
Version: 8.0+4.0.5.2+3.0.9~20170802.e702b5f9+-8
Installed-Size: 25
Maintainer: Debian PHP PECL Maintainers
Architecture: amd64
Depends: php8.2-memcache
Pre-Depends: php-common (>= 2:69~)
Suggests: memcached
Size: 15204
SHA256: 78054d96b37f22d0e161ab7671e7a2520fb1cd32194d53cac1c32eec0b95c0ac
SHA1: d712f75eb62a2c898b8649c9c0b5aad37f00943d
MD5sum: ea49ef37361c55124f8bf8f04e032be8
Description: memcache extension module for PHP
Memcached is a caching daemon designed especially for dynamic web applications
to decrease database load by storing objects in memory.
.
This extension allows you to work with memcached through handy OO and
procedural interfaces in your php5 applications.
.
This is an updated version for PHP 7 with non-blocking I/O taken from
https://github.com/websupport-sk/pecl-memcache
.
This is empty package that depends on default PHP version.
Description-md5:
Homepage: https://github.com/websupport-sk/pecl-memcache
Section: php
Priority: optional
Filename: pool/main/p/php-memcache/php-memcache_8.0+4.0.5.2+3.0.9~20170802.e702b5f9+-8_amd64.deb