How to Install and Uninstall libmemcached11 Package on Kali Linux

Last updated: May 03,2024

1. Install "libmemcached11" package

This is a short guide on how to install libmemcached11 on Kali Linux

$ sudo apt update $ sudo apt install libmemcached11

2. Uninstall "libmemcached11" package

Please follow the guidance below to uninstall libmemcached11 on Kali Linux:

$ sudo apt remove libmemcached11 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmemcached11 package on Kali Linux

Package: libmemcached11
Source: libmemcached
Version: 1.1.4-1
Installed-Size: 222
Maintainer: Ondřej Surý
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libhashkit2 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg), libstdc++6 (>= 4.1.1)
Size: 80420
SHA256: 86b5d89888d626304315c6feebbb5534941c2806ff043d09e008314db47fbf3a
SHA1: 3750aed64cc7119b2ce8f4fa46c6b37bd58498ca
MD5sum: dff5fe5f1aa923011502c731e17baf30
Description: C and C++ client library to the memcached server
libmemcached is a C and C++ client library to the memcached server
(http://memcached.org/). It has been designed to be light on memory
usage, thread safe, and provide full access to server side methods.
.
A few notes on its design:
.
* Synchronous and Asynchronous support.
* Access to large object support.
* Local replication.
* TCP and Unix Socket protocols.
* A half dozen or so different tuneable hash algorithms.
* Implementations of the new cas, replace, and append operators.
* Man pages written up on entire API.
* Implements both modulo and consistent hashing solutions.
* Tools to Manage your Memcached networks.
.
This package provides the libmemcached shared library itself.
Description-md5:
Multi-Arch: same
Homepage: https://awesomized.github.io/libmemcached/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libm/libmemcached/libmemcached11_1.1.4-1_amd64.deb