How to Install and Uninstall python311-dogpile.cache Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python311-dogpile.cache" package

Please follow the steps below to install python311-dogpile.cache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-dogpile.cache

2. Uninstall "python311-dogpile.cache" package

This guide covers the steps necessary to uninstall python311-dogpile.cache on openSuSE Tumbleweed:

$ sudo zypper remove python311-dogpile.cache

3. Information about the python311-dogpile.cache package on openSuSE Tumbleweed

Information for package python311-dogpile.cache:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-dogpile.cache
Version : 1.3.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 607.0 KiB
Installed : No
Status : not installed
Source package : python-dogpile.cache-1.3.1-1.1.src
Upstream URL : https://github.com/sqlalchemy/dogpile.cache
Summary : A caching front-end based on the Dogpile lock
Description :
A caching API built around the concept of a "dogpile lock", which allows
continued access to an expiring data value while a single thread generates a
new value.