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

Last updated: July 01,2024

1. Install "python310-chest" package

This tutorial shows how to install python310-chest on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-chest

2. Uninstall "python310-chest" package

Please follow the guidelines below to uninstall python310-chest on openSuSE Tumbleweed:

$ sudo zypper remove python310-chest

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

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