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

Last updated: July 03,2024

1. Install "python311-web_cache" package

This guide covers the steps necessary to install python311-web_cache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-web_cache

2. Uninstall "python311-web_cache" package

This is a short guide on how to uninstall python311-web_cache on openSuSE Tumbleweed:

$ sudo zypper remove python311-web_cache

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

Information for package python311-web_cache:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-web_cache
Version : 1.1.0-3.18
Arch : noarch
Vendor : openSUSE
Installed Size : 91.1 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.