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

Last updated: November 23,2024

1. Install "python38-cooldict" package

Here is a brief guide to show you how to install python38-cooldict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-cooldict

2. Uninstall "python38-cooldict" package

Please follow the guidelines below to uninstall python38-cooldict on openSuSE Tumbleweed:

$ sudo zypper remove python38-cooldict

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

Information for package python38-cooldict:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-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)