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

Last updated: May 20,2024

1. Install "python39-cooldict" package

In this section, we are going to explain the necessary steps to install python39-cooldict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-cooldict

2. Uninstall "python39-cooldict" package

Learn how to uninstall python39-cooldict on openSuSE Tumbleweed:

$ sudo zypper remove python39-cooldict

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

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