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

Last updated: May 14,2024

1. Install "tarantool" package

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

$ sudo apt update $ sudo apt install tarantool

2. Uninstall "tarantool" package

In this section, we are going to explain the necessary steps to uninstall tarantool on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove tarantool $ sudo apt autoclean && sudo apt autoremove

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

Package: tarantool
Priority: optional
Section: universe/database
Installed-Size: 11649
Maintainer: Ubuntu Developers
Original-Maintainer: Roman Tsisyk
Architecture: amd64
Version: 1.6.7.588.g76bbd9c-1build1
Replaces: tarantool-lts
Depends: binutils (>= 2.26), binutils (<< 2.27), libc6 (>= 2.14), libgcc1 (>= 1:3.4), libgomp1 (>= 4.9), libreadline6 (>= 6.0), libstdc++6 (>= 4.1.1), libyaml-0-2
Recommends: tarantool-common (>= 1.6)
Conflicts: libtarantool-dev (<< 1.6~), tarantool-client (<< 1.6~), tarantool-client-dbg (<< 1.6~), tarantool-common (<< 1.6~), tarantool-dbg (<< 1.5.2), tarantool-lts, tarantool-lts-client, tarantool-lts-common, tarantool-lts-dev, tarantool-lts-modules, tarantool-lts-mysql-module, tarantool-lts-postgresql-module, tarantool-modules (<< 1.6.7), tarantool-mysql-module (<< 1.6.7), tarantool-mysql-plugin (<< 1.6~), tarantool-plugins (<< 1.6~), tarantool-postgresql-module (<< 1.6.7), tarantool-postgresql-plugin (<< 1.6~)
Filename: pool/universe/t/tarantool/tarantool_1.6.7.588.g76bbd9c-1build1_amd64.deb
Size: 2991068
MD5sum: df73fb247e9789c0ab1121bf91f2a999
SHA1: 6fc3f9d91b25c5aa1536a6c22894c3db132abdd8
SHA256: 5ffaae1f03b50b13f408801025e3a29c10575ef9013426d7fabf41674fffcacd
Description-en: In-memory database with a Lua application server
Tarantool is an in-memory database and a Lua application server.
Its key properties include:
.
* flexible data model
* multiple index types: HASH, TREE, BITSET
* optional persistence and strong data durability
* log streaming replication
* Lua functions, procedures, triggers, with rich access to database API,
JSON support, inter-procedure and network communication libraries
.
This package provides Tarantool command line interpreter and server.
Description-md5: 58f912b39da5f1e98a1f6784bb706339
Homepage: http://tarantool.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu