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

Last updated: May 19,2024

1. Install "python39-web_cache" package

Learn how to install python39-web_cache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-web_cache

2. Uninstall "python39-web_cache" package

In this section, we are going to explain the necessary steps to uninstall python39-web_cache on openSuSE Tumbleweed:

$ sudo zypper remove python39-web_cache

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

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