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

Last updated: May 14,2024

1. Install "php-memcached" package

Please follow the guidelines below to install php-memcached on Kali Linux

$ sudo apt update $ sudo apt install php-memcached

2. Uninstall "php-memcached" package

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

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

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

Package: php-memcached
Version: 3.2.0+2.2.0-4
Installed-Size: 16
Maintainer: Debian PHP PECL Maintainers
Architecture: amd64
Depends: ucf, php8.2-memcached, php-igbinary, php-msgpack
Pre-Depends: php-common (>= 2:69~)
Size: 5360
SHA256: 5cc303726cc09600c08e8ef4563013ae7ab3f7910cccc4651f04d01414a5c379
SHA1: 1094f0f01528b98ed5a6b2d7b577e6c6d4e989f5
MD5sum: 864c86e2e0dee963432f786dc1f637eb
Description: memcached extension module for PHP, uses libmemcached
Memcached is a caching daemon designed especially for dynamic web
applications to decrease database load by storing objects in memory.
.
This extension uses libmemcached library to provide API for
communicating with memcached servers.
.
This is empty package that depends on default PHP version.
Description-md5:
Homepage: http://pecl.php.net/package/memcached
Section: php
Priority: optional
Filename: pool/main/p/php-memcached/php-memcached_3.2.0+2.2.0-4_amd64.deb