How to Install and Uninstall python2-chest Package on openSUSE Leap

Last updated: October 31,2024

1. Install "python2-chest" package

Learn how to install python2-chest on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-chest

2. Uninstall "python2-chest" package

This guide let you learn how to uninstall python2-chest on openSUSE Leap:

$ sudo zypper remove python2-chest

3. Information about the python2-chest package on openSUSE Leap

Information for package python2-chest:
--------------------------------------
Repository : Main Repository
Name : python2-chest
Version : 0.2.3-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 34,6 KiB
Installed : No
Status : not installed
Source package : python-chest-0.2.3-bp153.1.16.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