How to Install and Uninstall python312-chest Package on openSuSE Tumbleweed

Last updated: June 28,2024

1. Install "python312-chest" package

Learn how to install python312-chest on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-chest

2. Uninstall "python312-chest" package

Please follow the step by step instructions below to uninstall python312-chest on openSuSE Tumbleweed:

$ sudo zypper remove python312-chest

3. Information about the python312-chest package on openSuSE Tumbleweed

Information for package python312-chest:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-chest
Version : 0.2.3-4.9
Arch : noarch
Vendor : openSUSE
Installed Size : 39.2 KiB
Installed : No
Status : not installed
Source package : python-chest-0.2.3-4.9.src
Upstream URL : https://github.com/ContinuumIO/chest
Summary : Spill-to-disk dictionary for Python
Description :
A dictionary that spills to disk.
Chest acts like a dictionary, but it can write its contents to disk.
This is useful in the following two occasions:
1. Chest can hold datasets that are larger than memory
2. Chest persists and so can be saved and loaded for later use