Install Tarantool on Ubuntu

Install on Ubuntu

  • 3.0

  • 2.11 LTS

We support the following versions of Ubuntu: 16.04, 18.04, 20.04, 22.04.

Add the repository
curl -L https://tarantool.io/release/3/installer.sh | bash
Install Tarantool
apt-get -y install tarantool
We support the following versions of Ubuntu: 16.04, 18.04, 20.04, 22.04.

Add the repository
curl -L https://tarantool.io/release/2/installer.sh | bash
Install Tarantool
apt-get -y install tarantool

Adding the repository manually

Add the repository
# Add GPG keys
apt-get update
apt-get -y install gnupg2 curl apt-transport-https
curl -L https://download.tarantool.org/tarantool/release/series-2/gpgkey | apt-key add -
curl -L https://download.tarantool.org/tarantool/modules/gpgkey | apt-key add -

# Add the repository
codename=$(. /etc/os-release && echo "$VERSION_CODENAME")
echo "deb https://download.tarantool.org/tarantool/release/series-2/ubuntu/ ${codename} main" | tee /etc/apt/sources.list.d/tarantool_2.list
echo "deb-src https://download.tarantool.org/tarantool/release/series-2/ubuntu/ ${codename} main" | tee -a /etc/apt/sources.list.d/tarantool_2.list
echo "deb https://download.tarantool.org/tarantool/modules/ubuntu/ ${codename} main" | tee -a /etc/apt/sources.list.d/tarantool_2.list
echo "deb-src https://download.tarantool.org/tarantool/modules/ubuntu/ ${codename} main" | tee -a /etc/apt/sources.list.d/tarantool_2.list
Install Tarantool
apt-get -y update
apt-get -y install tarantool
installation

What's next?

Start Tarantool

Start and configure Tarantool, create the first space, write and read the first data

Run →

Install a connector for your programming language

Connect a Tarantool connector to a project in your programming language and manage your data from code

Select and install a connector →

Record first data from code →

Install additional modules to extend Tarantool functionality

Connect a ready-made queue implementation in Tarantool, metrics, a module for background deletion of unnecessary records, and many other useful extensions

Installation →

Get a consultation

Order a demo

Thank you for your request

Tarantool experts will
contact you shortly