How to Install and Uninstall python3-oslo.cache Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python3-oslo.cache" package

This tutorial shows how to install python3-oslo.cache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python3-oslo.cache

2. Uninstall "python3-oslo.cache" package

Here is a brief guide to show you how to uninstall python3-oslo.cache on openSuSE Tumbleweed:

$ sudo zypper remove python3-oslo.cache

3. Information about the python3-oslo.cache package on openSuSE Tumbleweed

Information for package python3-oslo.cache:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-oslo.cache
Version : 3.5.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 638.0 KiB
Installed : No
Status : not installed
Source package : python-oslo.cache-3.5.0-1.2.src
Upstream URL : https://docs.openstack.org/oslo.cache
Summary : Cache storage for Openstack projects
Description :
oslo.cache aims to provide a generic caching mechanism for OpenStack projects
by wrapping the dogpile.cache library. The dogpile.cache library provides
support memoization, key value storage and interfaces to common caching
backends such as Memcached.