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

Last updated: June 26,2024

1. Install "python310-plyvel" package

Please follow the guidelines below to install python310-plyvel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-plyvel

2. Uninstall "python310-plyvel" package

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

$ sudo zypper remove python310-plyvel

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

Information for package python310-plyvel:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.