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

Last updated: May 19,2024

1. Install "python39-plyvel" package

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

$ sudo zypper refresh $ sudo zypper install python39-plyvel

2. Uninstall "python39-plyvel" package

Please follow the instructions below to uninstall python39-plyvel on openSuSE Tumbleweed:

$ sudo zypper remove python39-plyvel

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

Information for package python39-plyvel:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-plyvel
Version : 1.5.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 341.1 KiB
Installed : No
Status : not installed
Source package : python-plyvel-1.5.1-1.2.src
Upstream URL : https://plyvel.readthedocs.io/
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.