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

Last updated: May 02,2024

1. Install "python38-chest" package

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

$ sudo zypper refresh $ sudo zypper install python38-chest

2. Uninstall "python38-chest" package

This guide covers the steps necessary to uninstall python38-chest on openSuSE Tumbleweed:

$ sudo zypper remove python38-chest

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

Information for package python38-chest:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-chest
Version : 0.2.3-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 41,6 KiB
Installed : No
Status : not installed
Source package : python-chest-0.2.3-3.2.src
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