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

Last updated: December 25,2024

1. Install "python3-kyotocabinet" package

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

$ sudo apt update $ sudo apt install python3-kyotocabinet

2. Uninstall "python3-kyotocabinet" package

This tutorial shows how to uninstall python3-kyotocabinet on Kali Linux:

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

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

Package: python3-kyotocabinet
Source: python-kyotocabinet (1.23-3)
Version: 1.23-3+b4
Installed-Size: 2267
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libkyotocabinet16v5 (>= 1.2.80), libstdc++6 (>= 13.1)
Size: 405540
SHA256: 6b30be5125e848303728e6cbc1ca9219815ced793ef546bcdd9a24fceb739bfa
SHA1: 2c434cc831e98cfbcf0bdb85aa67c5af7146446b
MD5sum: b151727539b048a3868e0bb32114355a
Description: Straightforward implementation of DBM - Python 3 bindings
Kyoto Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of
a key and a value. Every key and value is serial bytes with variable
length. Both binary data and character string can be used as a key and
a value. Each key must be unique within a database. There is neither
concept of data tables nor data types. Records are organized in
hash table or B+ tree.
.
This package provides a Python 3 interface to Kyoto Cabinet.
Description-md5:
Multi-Arch: same
Homepage: https://dbmx.net/kyotocabinet/
Section: python
Priority: optional
Filename: pool/main/p/python-kyotocabinet/python3-kyotocabinet_1.23-3+b4_amd64.deb