How to Install and Uninstall python311-cooldict Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python311-cooldict" package

This is a short guide on how to install python311-cooldict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-cooldict

2. Uninstall "python311-cooldict" package

This is a short guide on how to uninstall python311-cooldict on openSuSE Tumbleweed:

$ sudo zypper remove python311-cooldict

3. Information about the python311-cooldict package on openSuSE Tumbleweed

Information for package python311-cooldict:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-cooldict
Version : 1.04-1.22
Arch : noarch
Vendor : openSUSE
Installed Size : 87.3 KiB
Installed : No
Status : not installed
Source package : python-cooldict-1.04-1.22.src
Upstream URL : https://github.com/zardus/cooldict
Summary : dict-like structures for Python
Description :
cooldict provides some dict-like structures for Python, such as
* a write-through cache around another dict
* a finalizable dict
* a branching dict
* a copy-on-write dict (with and without sinkholing capability)