How to Install and Uninstall python3-web_cache Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-web_cache" package

This guide let you learn how to install python3-web_cache on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-web_cache

2. Uninstall "python3-web_cache" package

In this section, we are going to explain the necessary steps to uninstall python3-web_cache on openSUSE Leap:

$ sudo zypper remove python3-web_cache

3. Information about the python3-web_cache package on openSUSE Leap

Information for package python3-web_cache:
------------------------------------------
Repository : Main Repository
Name : python3-web_cache
Version : 1.1.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 71.0 KiB
Installed : No
Status : not installed
Source package : python-web_cache-1.1.0-bp155.2.10.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.