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

Last updated: May 10,2024

1. Install "python36-cooldict" package

Please follow the instructions below to install python36-cooldict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-cooldict

2. Uninstall "python36-cooldict" package

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

$ sudo zypper remove python36-cooldict

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

Information for package python36-cooldict:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-cooldict
Version : 1.04-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 58,5 KiB
Installed : No
Status : not installed
Source package : python-cooldict-1.04-1.10.src
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)