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

Last updated: May 09,2024

1. Install "python38-plyvel" package

In this section, we are going to explain the necessary steps to install python38-plyvel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-plyvel

2. Uninstall "python38-plyvel" package

Please follow the guidelines below to uninstall python38-plyvel on openSuSE Tumbleweed:

$ sudo zypper remove python38-plyvel

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

Information for package python38-plyvel:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-plyvel
Version : 1.2.0-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 295,7 KiB
Installed : No
Status : not installed
Source package : python-plyvel-1.2.0-2.2.src
Summary : Python interface to LevelDB
Description :
Plyvel is a Python interface to LevelDB.
In addition to basic features like getting, putting and deleting
data, Plyvel allows you to use write batches, database snapshots,
very flexible iterators, prefixed databases, bloom filters, custom
cache sizes, custom comparators.