How to Install and Uninstall libmemcached-dev Package on Kali Linux

Last updated: May 05,2024

1. Install "libmemcached-dev" package

Please follow the instructions below to install libmemcached-dev on Kali Linux

$ sudo apt update $ sudo apt install libmemcached-dev

2. Uninstall "libmemcached-dev" package

This guide covers the steps necessary to uninstall libmemcached-dev on Kali Linux:

$ sudo apt remove libmemcached-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmemcached-dev package on Kali Linux

Package: libmemcached-dev
Source: libmemcached
Version: 1.1.4-1
Installed-Size: 451
Maintainer: Ondřej Surý
Architecture: amd64
Depends: libhashkit-dev (= 1.1.4-1), libmemcached11 (= 1.1.4-1), libmemcachedutil2 (= 1.1.4-1), libsasl2-dev
Size: 198000
SHA256: 7a04b41360421fbdf4d8ac77fd45d78eafe9f2e5650192d31912090c4900ae25
SHA1: 00cba5245bd974766eb344595882751be8903fc7
MD5sum: c502eb4bfc10b12cfc6472b368c84630
Description: C and C++ client library to the memcached server (development files)
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 development files.
Description-md5:
Multi-Arch: same
Homepage: https://awesomized.github.io/libmemcached/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libm/libmemcached/libmemcached-dev_1.1.4-1_amd64.deb