How to Install and Uninstall python312-web_cache Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python312-web_cache" package

Please follow the step by step instructions below to install python312-web_cache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-web_cache

2. Uninstall "python312-web_cache" package

Learn how to uninstall python312-web_cache on openSuSE Tumbleweed:

$ sudo zypper remove python312-web_cache

3. Information about the python312-web_cache package on openSuSE Tumbleweed

Information for package python312-web_cache:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-web_cache
Version : 1.1.0-3.18
Arch : noarch
Vendor : openSUSE
Installed Size : 88.3 KiB
Installed : No
Status : not installed
Source package : python-web_cache-1.1.0-3.18.src
Upstream URL : https://github.com/desbma/web_cache
Summary : Persistent cache storage python module
Description :
Python module for simple key-value storage backed up by sqlite3
database. The typical use case is a URL to HTTP data cache, but it can
also be used fo non web resources. It features different cache eviction
strategies and optional compression.