How to Install and Uninstall python3-pymemcache Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-pymemcache" package

Here is a brief guide to show you how to install python3-pymemcache on Kali Linux

$ sudo apt update $ sudo apt install python3-pymemcache

2. Uninstall "python3-pymemcache" package

Please follow the guidance below to uninstall python3-pymemcache on Kali Linux:

$ sudo apt remove python3-pymemcache $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pymemcache package on Kali Linux

Package: python3-pymemcache
Source: python-pymemcache
Version: 4.0.0-6
Installed-Size: 267
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Size: 44952
SHA256: 3bc60f039915b2421637076f140d011292f932a7561205496fc19b567918f195
SHA1: 85a973fff816d5586559fe245770e1911bbc7d94
MD5sum: 341ba805944cf29e8c7bf47b2bfd3d27
Description: comprehensive, fast, pure Python memcached client - Python 3.x
Pymemcache is a comprehensive, fast, pure-Python memcached client. It supports
the following features:
* Complete implementation of the memcached text protocol.
* Configurable timeouts for socket connect and send/recv calls.
* Access to the "noreply" flag, which can significantly increase the speed of
writes.
* Flexible, simple approach to serialization and deserialization.
* The (optional) ability to treat network and memcached errors as cache
misses.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/Pinterest/pymemcache
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-pymemcache/python3-pymemcache_4.0.0-6_all.deb