How to Install and Uninstall kyototycoon Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 05,2024

1. Install "kyototycoon" package

Please follow the guidance below to install kyototycoon on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install kyototycoon

2. Uninstall "kyototycoon" package

Learn how to uninstall kyototycoon on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove kyototycoon $ sudo apt autoclean && sudo apt autoremove

3. Information about the kyototycoon package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: kyototycoon
Priority: optional
Section: universe/utils
Installed-Size: 3736
Maintainer: Ubuntu Developers
Original-Maintainer: Shawn Landden
Architecture: amd64
Version: 0.9.56-1build2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libkyotocabinet16v5 (>= 1.2.76), libkyototycoon2 (= 0.9.56-1build2), liblua5.1-0, libstdc++6 (>= 5.2)
Suggests: kyototycoon-doc
Filename: pool/universe/k/kyototycoon/kyototycoon_0.9.56-1build2_amd64.deb
Size: 828486
MD5sum: 2493477cfaf119d4043bf06ac7ee9bf4
SHA1: e7875ef7bde8a134b8d6ac98bce1ad338722e972
SHA256: 24ee662ee29f83f05d896f49fa6bdacb714b790d658908b49ec51d8b56469c01
Description-en: Handy cache/storage server
Kyoto Tycoon is a lightweight database server with auto expiration mechanism,
useful to handle cache data and persistent data of various applications.
.
Kyoto Tycoon provides a network interface to the Kyoto Cabinet DBM. Building
on top of Kyoto Cabinet's high performance and high concurrency, Kyoto Tycoon
allows multiple processes (as opposed to just multiple threads) and computers
to share the same database. Providing an efficient remote database, the
architecture of Kyoto Tycoon keeps this feature optional—file formats are
still Kyoto Cabinet (unless using pluggable databases).
.
Kyoto Tycoon is composed of the server process managing multiple databases
and its access library for client applications.
.
Between some of Kyoto Tycoon features you may find:
- The network communication protocol is HTTP, so you can write client apps
and libraries in almost all popular languages
- Both RESTful-style and RPC-style interfaces are supported
- Based on epoll/kqueue, the server supports 10K+ concurrent connections
- High availability mechanisms and extensible built-in support:
* Hot backup
* Update logging
* Asynchronous replication
* Lua support: define arbitrary operations of the database using the
lightweight scripting language
.
This package contains the server, and the test tools.
Description-md5: a51981e2caffc1ea23ed11c1e26007a7
Multi-Arch: foreign
Homepage: http://fallabs.com/kyototycoon/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu