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

Last updated: June 29,2024

1. Install "python3-chest" package

In this section, we are going to explain the necessary steps to install python3-chest on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-chest

2. Uninstall "python3-chest" package

Here is a brief guide to show you how to uninstall python3-chest on openSUSE Leap:

$ sudo zypper remove python3-chest

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

Information for package python3-chest:
--------------------------------------
Repository : Main Repository
Name : python3-chest
Version : 0.2.3-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 42.6 KiB
Installed : No
Status : not installed
Source package : python-chest-0.2.3-bp155.2.11.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