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

Last updated: May 18,2024

1. Install "python36-web_cache" package

Please follow the guidance below to install python36-web_cache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-web_cache

2. Uninstall "python36-web_cache" package

Please follow the step by step instructions below to uninstall python36-web_cache on openSuSE Tumbleweed:

$ sudo zypper remove python36-web_cache

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

Information for package python36-web_cache:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-web_cache
Version : 1.1.0-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 70,8 KiB
Installed : No
Status : not installed
Source package : python-web_cache-1.1.0-3.6.src
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.