How to Install and Uninstall python3-kyotocabinet Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 22,2024
1. Install "python3-kyotocabinet" package
Learn how to install python3-kyotocabinet on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python3-kyotocabinet
Copied
2. Uninstall "python3-kyotocabinet" package
Please follow the steps below to uninstall python3-kyotocabinet on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python3-kyotocabinet
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-kyotocabinet package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python3-kyotocabinet
Priority: optional
Section: universe/python
Installed-Size: 1220
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: python-kyotocabinet
Version: 1.22-2build6
Provides: python3.5-kyotocabinet
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libgcc1 (>= 1:4.0), libkyotocabinet16v5 (>= 1.2.76), libstdc++6 (>= 5.2)
Filename: pool/universe/p/python-kyotocabinet/python3-kyotocabinet_1.22-2build6_amd64.deb
Size: 293960
MD5sum: 5c717ff560c9b2ba5e4a16081df50b24
SHA1: 382f0506cfa06b54dc4b6a8247d3d6d2d22ac557
SHA256: 0d10528b80d067cd69c8d879946174a1dbbfa132babb6be291464f3330de54f5
Description-en: 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: 51e14da913542dc8ba6638a9f1abc6f8
Homepage: http://fallabs.com/kyotocabinet/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/python
Installed-Size: 1220
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: python-kyotocabinet
Version: 1.22-2build6
Provides: python3.5-kyotocabinet
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libgcc1 (>= 1:4.0), libkyotocabinet16v5 (>= 1.2.76), libstdc++6 (>= 5.2)
Filename: pool/universe/p/python-kyotocabinet/python3-kyotocabinet_1.22-2build6_amd64.deb
Size: 293960
MD5sum: 5c717ff560c9b2ba5e4a16081df50b24
SHA1: 382f0506cfa06b54dc4b6a8247d3d6d2d22ac557
SHA256: 0d10528b80d067cd69c8d879946174a1dbbfa132babb6be291464f3330de54f5
Description-en: 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: 51e14da913542dc8ba6638a9f1abc6f8
Homepage: http://fallabs.com/kyotocabinet/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu