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

Last updated: September 28,2024

1. Install "python36-plyvel" package

Please follow the steps below to install python36-plyvel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-plyvel

2. Uninstall "python36-plyvel" package

Here is a brief guide to show you how to uninstall python36-plyvel on openSuSE Tumbleweed:

$ sudo zypper remove python36-plyvel

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

Information for package python36-plyvel:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-plyvel
Version : 1.2.0-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 291,6 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.