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

Last updated: July 02,2024

1. Install "python39-dogpile.cache" package

This guide covers the steps necessary to install python39-dogpile.cache on openSuSE Tumbleweed

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

2. Uninstall "python39-dogpile.cache" package

Please follow the guidelines below to uninstall python39-dogpile.cache on openSuSE Tumbleweed:

$ sudo zypper remove python39-dogpile.cache

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

Information for package python39-dogpile.cache:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-dogpile.cache
Version : 1.3.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 491.5 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.