How to Install and Uninstall python3-plyvel Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-plyvel" package

This is a short guide on how to install python3-plyvel on Kali Linux

$ sudo apt update $ sudo apt install python3-plyvel

2. Uninstall "python3-plyvel" package

Please follow the guidelines below to uninstall python3-plyvel on Kali Linux:

$ sudo apt remove python3-plyvel $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-plyvel package on Kali Linux

Package: python3-plyvel
Source: plyvel
Version: 1.5.1-1
Installed-Size: 594
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libleveldb1d (>= 1.23), libstdc++6 (>= 13.1), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 155992
SHA256: 7932173cd6e371b92f3aa58c14c5d0c5c82bd017100fbe2eb11bc0c44a76176c
SHA1: efa18cb8f61506974f9b80f3accff0b73ffbc9a8
MD5sum: 01ac770ec179984540a6e820a468ad08
Description: fast and feature-rich Python interface to LevelDB
Wraps most of the LevelDB C++ API and adds some features of its own. 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,
and other goodness LevelDB has to offer.
Description-md5:
Multi-Arch: foreign
Homepage: https://plyvel.readthedocs.io/en/latest/
Section: python
Priority: optional
Filename: pool/main/p/plyvel/python3-plyvel_1.5.1-1_amd64.deb