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

Last updated: May 18,2024

1. Install "libmemcached-tools" package

Please follow the guidelines below to install libmemcached-tools on Kali Linux

$ sudo apt update $ sudo apt install libmemcached-tools

2. Uninstall "libmemcached-tools" package

Please follow the guidelines below to uninstall libmemcached-tools on Kali Linux:

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

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

Package: libmemcached-tools
Source: libmemcached
Version: 1.1.4-1
Installed-Size: 815
Maintainer: Ondřej Surý
Architecture: amd64
Depends: libc6 (>= 2.34), libevent-2.1-7 (>= 2.1.8-stable), libgcc-s1 (>= 3.0), libmemcached11 (>= 1.1.4), libmemcachedutil2 (>= 1.1.4), libstdc++6 (>= 6)
Size: 150596
SHA256: 9d5b25d007231ae4e20933bd95a2869d9167359e3bb1faad4ebb229a280efc1c
SHA1: 2dd2fb01ff855e832c211b5156d69a3a1c0dc03f
MD5sum: ea26156cc654fd88b1d54ae516f40dfb
Description: Commandline tools for talking to memcached via libmemcached
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.
.
This package provides several command line tools:
.
* memccat - Copy the value of a key to standard output
* memcflush - Flush the contents of your servers.
* memcrm - Remove a key(s) from the server.
* memccp - Copy files to a memcached server.
* memcstat - Dump the stats of your servers to standard output
* memcslap - Generate testing loads on a memcached cluster
Description-md5:
Homepage: https://awesomized.github.io/libmemcached/
Tag: role::program
Section: utils
Priority: optional
Filename: pool/main/libm/libmemcached/libmemcached-tools_1.1.4-1_amd64.deb