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

Last updated: May 12,2024

1. Install "python38-web_cache" package

In this section, we are going to explain the necessary steps to install python38-web_cache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-web_cache

2. Uninstall "python38-web_cache" package

This guide let you learn how to uninstall python38-web_cache on openSuSE Tumbleweed:

$ sudo zypper remove python38-web_cache

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

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