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

Last updated: July 07,2024

1. Install "python311-chest" package

This guide let you learn how to install python311-chest on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-chest

2. Uninstall "python311-chest" package

This guide let you learn how to uninstall python311-chest on openSuSE Tumbleweed:

$ sudo zypper remove python311-chest

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

Information for package python311-chest:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-chest
Version : 0.2.3-4.9
Arch : noarch
Vendor : openSUSE
Installed Size : 41.7 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