How to Install and Uninstall python3-pymemcache Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python3-pymemcache" package

In this section, we are going to explain the necessary steps to install python3-pymemcache on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pymemcache

2. Uninstall "python3-pymemcache" package

Learn how to uninstall python3-pymemcache on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-pymemcache package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pymemcache
Priority: optional
Section: universe/python
Installed-Size: 144
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-pymemcache
Version: 1.3.2-2ubuntu1
Depends: python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-pymemcache/python3-pymemcache_1.3.2-2ubuntu1_all.deb
Size: 23180
MD5sum: 84502d95bb236ebe2d9b321519941153
SHA1: 37bc69242f7a4028ba0c29d9f118a7a7a8af9167
SHA256: a8ad0e51a9aac0145916c68aee46b1dd704476996ab9a1a0269baac9cd8f87cc
Description-en: 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: 3fe9c63160384a89b3c35f92ef312efb
Homepage: https://github.com/Pinterest/pymemcache
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu