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

Last updated: June 02,2024

1. Install "python310-cooldict" package

This guide let you learn how to install python310-cooldict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-cooldict

2. Uninstall "python310-cooldict" package

This tutorial shows how to uninstall python310-cooldict on openSuSE Tumbleweed:

$ sudo zypper remove python310-cooldict

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

Information for package python310-cooldict:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-cooldict
Version : 1.04-1.22
Arch : noarch
Vendor : openSUSE
Installed Size : 56.5 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)