How to Install and Uninstall python3-cooldict Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-cooldict" package

This is a short guide on how to install python3-cooldict on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cooldict

2. Uninstall "python3-cooldict" package

Please follow the guidelines below to uninstall python3-cooldict on openSUSE Leap:

$ sudo zypper remove python3-cooldict

3. Information about the python3-cooldict package on openSUSE Leap

Information for package python3-cooldict:
-----------------------------------------
Repository : Main Repository
Name : python3-cooldict
Version : 1.04-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 58.5 KiB
Installed : No
Status : not installed
Source package : python-cooldict-1.04-bp155.2.9.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)