How to Install and Uninstall libkyotocabinet-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libkyotocabinet-dev" package

Please follow the step by step instructions below to install libkyotocabinet-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libkyotocabinet-dev

2. Uninstall "libkyotocabinet-dev" package

This guide covers the steps necessary to uninstall libkyotocabinet-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libkyotocabinet-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libkyotocabinet-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libkyotocabinet-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 3353
Maintainer: Ubuntu Developers
Original-Maintainer: Shawn Landden
Architecture: amd64
Source: kyotocabinet
Version: 1.2.76-4.1
Provides: libkyotocabinet16-dev
Depends: libkyotocabinet16v5 (= 1.2.76-4.1), zlib1g-dev, liblzma-dev, liblzo2-dev
Filename: pool/universe/k/kyotocabinet/libkyotocabinet-dev_1.2.76-4.1_amd64.deb
Size: 428664
MD5sum: f9acd33990edbca76eb0696291daba13
SHA1: 6a114538c46925205a3f7fe4578c3341e65929ae
SHA256: 11ab7ccc79bedf2e0cc8a5062e0ae05a7e223e587faac31e0aa86fc647e10fb6
Description-en: Straightforward implementation of DBM - development headers
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 contains the development headers.
Description-md5: 7a44f9afec1639df1fa43884828cb5ec
Multi-Arch: same
Homepage: http://fallabs.com/kyotocabinet/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu