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

Last updated: May 07,2024

1. Install "python39-chest" package

Learn how to install python39-chest on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-chest

2. Uninstall "python39-chest" package

This tutorial shows how to uninstall python39-chest on openSuSE Tumbleweed:

$ sudo zypper remove python39-chest

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

Information for package python39-chest:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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