How to Install and Uninstall python3-pymemcache.noarch Package on CentOS Stream 9
Last updated: November 05,2024
1. Install "python3-pymemcache.noarch" package
This tutorial shows how to install python3-pymemcache.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-pymemcache.noarch
Copied
2. Uninstall "python3-pymemcache.noarch" package
This guide let you learn how to uninstall python3-pymemcache.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-pymemcache.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pymemcache.noarch package on CentOS Stream 9
Last metadata expiration check: 0:07:51 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pymemcache
Version : 3.5.0
Release : 7.el9
Architecture : noarch
Size : 111 k
Source : python-pymemcache-3.5.0-7.el9.src.rpm
Repository : epel
Summary : A comprehensive, fast, pure Python memcached client
URL : https://github.com/Pinterest/pymemcache
License : ASL 2.0
Description : pymemcache 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.
Available Packages
Name : python3-pymemcache
Version : 3.5.0
Release : 7.el9
Architecture : noarch
Size : 111 k
Source : python-pymemcache-3.5.0-7.el9.src.rpm
Repository : epel
Summary : A comprehensive, fast, pure Python memcached client
URL : https://github.com/Pinterest/pymemcache
License : ASL 2.0
Description : pymemcache 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.