How to Install and Uninstall python3-oslo.cache Package on openSUSE Leap

Last updated: February 17,2025

1. Install "python3-oslo.cache" package

Please follow the guidelines below to install python3-oslo.cache on openSUSE Leap

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

2. Uninstall "python3-oslo.cache" package

This is a short guide on how to uninstall python3-oslo.cache on openSUSE Leap:

$ sudo zypper remove python3-oslo.cache

3. Information about the python3-oslo.cache package on openSUSE Leap

Information for package python3-oslo.cache:
-------------------------------------------
Repository : Main Repository
Name : python3-oslo.cache
Version : 2.3.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 390.0 KiB
Installed : No
Status : not installed
Source package : python-oslo.cache-2.3.0-bp155.2.11.src
Upstream URL : https://launchpad.net/%{sname}
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.