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

Last updated: July 01,2024

1. Install "python312-plyvel" package

Please follow the guidance below to install python312-plyvel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-plyvel

2. Uninstall "python312-plyvel" package

This guide covers the steps necessary to uninstall python312-plyvel on openSuSE Tumbleweed:

$ sudo zypper remove python312-plyvel

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

Information for package python312-plyvel:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-plyvel
Version : 1.5.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 349.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.