How to Install and Uninstall python3-pymemcache.noarch Package on Fedora 34

Last updated: April 28,2024

1. Install "python3-pymemcache.noarch" package

In this section, we are going to explain the necessary steps to install python3-pymemcache.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pymemcache.noarch

2. Uninstall "python3-pymemcache.noarch" package

Please follow the step by step instructions below to uninstall python3-pymemcache.noarch on Fedora 34:

$ sudo dnf remove python3-pymemcache.noarch $ sudo dnf autoremove

3. Information about the python3-pymemcache.noarch package on Fedora 34

Last metadata expiration check: 4:58:43 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pymemcache
Version : 3.4.0
Release : 1.fc34
Architecture : noarch
Size : 98 k
Source : python-pymemcache-3.4.0-1.fc34.src.rpm
Repository : fedora
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.