How to Install and Uninstall python3-kyotocabinet-dbg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-kyotocabinet-dbg" package

Learn how to install python3-kyotocabinet-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-kyotocabinet-dbg

2. Uninstall "python3-kyotocabinet-dbg" package

This guide let you learn how to uninstall python3-kyotocabinet-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-kyotocabinet-dbg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-kyotocabinet-dbg
Priority: extra
Section: universe/debug
Installed-Size: 1544
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: python-kyotocabinet
Version: 1.22-2build6
Depends: python3-dbg, python3-kyotocabinet (= 1.22-2build6)
Filename: pool/universe/p/python-kyotocabinet/python3-kyotocabinet-dbg_1.22-2build6_amd64.deb
Size: 1362986
MD5sum: 90bb6bc886ece97ac1556b3243bc1300
SHA1: 00213f5c6bea2a1761adfb2cd7bc8e1a8400f532
SHA256: 47ee791df8c15688a19a03b2229efbd1d80e08b2052cf4f6f46a9189ff0f3ec2
Description-en: Straightforward implementation of DBM - Python 3 debuggin symbols
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 the debugging symbols for the Python 3 interface to
Kyoto Cabinet.
Description-md5: 957c8a3a62bc91a7b8bc038baafc8421
Homepage: http://fallabs.com/kyotocabinet/
Build-Ids: 527ab701b8c192d1bc91075d9cc2b6e94b92c1de
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu