Download Picodata and Tarantool

Supported operating systems:

At Picodata we also maintain and develop our custom fork of Tarantool, which is an advanced version of the vanilla Tarantool sporting clustered SQL support and extra Rust API. The links below let you install that custom Tarantool version as a standalone package along with the Picodata package.

Add and enable our repository by using the following commands in your terminal:

sudo rpm --import https://download.picodata.io/tarantool-picodata/el/RPM-GPG-KEY-kdy
# для RHEL/CentOS 7:
sudo yum install -y https://download.picodata.io/tarantool-picodata/el/7/x86_64/picodata-release-1.1.0.11-1.el7.x86_64.rpm
# для RHEL/CentOS/Rocky 8:
sudo yum install -y https://download.picodata.io/tarantool-picodata/el/8/x86_64/picodata-release-1.1.0.11-1.el8.x86_64.rpm

Once the command is successfully completed, your system will have the Picodata Yum repository added and enabled in /etc/yum.repos.d/picodata.repo.

Copy and paste the following code into your terminal to get the Picodata package installed:

sudo yum clean all
sudo yum install -y picodata

If you only want to get our Tarantool version, then use this command:

sudo yum --disablerepo="*" --enablerepo="picodata" install -y tarantool-picodata

You can also manually grab our RPM packages and install it without adding any Yum repository.

Add and enable our repository by using the following commands in your terminal:

rpm --import https://download.picodata.io/tarantool-picodata/el/RPM-GPG-KEY-kdy
yum install -y https://download.picodata.io/tarantool-picodata/redos/7/x86_64/picodata-release-1.1.1.0-1.el7.x86_64.rpm

Once the command is successfully completed, your system will have the Picodata Yum repository added and enabled in /etc/yum.repos.d/picodata.repo.

Copy and paste the following code into your terminal to get the Picodata package installed:

sudo yum clean all
sudo yum install -y picodata

If you only want to get our Tarantool version, then use this command:

sudo yum --disablerepo="*" --enablerepo="picodata" install -y tarantool-picodata

Add and enable our repository by using the following commands in your terminal:

su -
apt-get install gpg curl apt-transport-https
curl -s https://download.picodata.io/tarantool-picodata/ubuntu/picodata.gpg.key | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/picodata.gpg --import
chmod 644 /etc/apt/trusted.gpg.d/picodata.gpg
echo "deb [arch=amd64] https://download.picodata.io/tarantool-picodata/astra/ orel main" > /etc/apt/sources.list.d/picodata.list

Copy and paste the following code into your terminal to get the Picodata package installed (be sure to have root privileges):

apt install picodata

If you only want to get our Tarantool version, then use this command (also as root):

apt install tarantool-picodata

In case of enabled Closed Software Environment mode, make sure to also do the following extra step (as root):

curl -s https://download.picodata.io/tarantool-picodata/astra/picodata_pub.key -o  /etc/digsig/keys/picodata_pub.key

Don’t forget to reboot the system for changes to take effect.

Add and enable our repository by using the following commands in your terminal:

su -
apt-get install gpg software-properties-common
curl -s https://download.picodata.io/tarantool-picodata/ubuntu/picodata.gpg.key | gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/picodata.gpg --import
chmod 644 /etc/apt/trusted.gpg.d/picodata.gpg
add-apt-repository "deb [arch=amd64] https://download.picodata.io/tarantool-picodata/debian/ $(lsb_release -sc) main"

Copy and paste the following code into your terminal to get the Picodata package installed:

sudo apt install picodata

If you only want to get our Tarantool version, then use this command:

sudo apt install tarantool-picodata

Add and enable our repository by using the following commands in your terminal:

curl -s https://download.picodata.io/tarantool-picodata/ubuntu/picodata.gpg.key | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/picodata.gpg --import
sudo chmod 644 /etc/apt/trusted.gpg.d/picodata.gpg
sudo add-apt-repository "deb [arch=amd64] https://download.picodata.io/tarantool-picodata/ubuntu/ $(lsb_release -sc) main"

Copy and paste the following code into your terminal to get the Picodata package installed:

sudo apt install picodata

If you only want to get our Tarantool version, then use this command:

sudo apt install tarantool-picodata

Add and enable our repository by using the following commands in your terminal:

su -
curl https://download.picodata.io/tarantool-picodata/altlinux/p10/picodata-release-1.0.2.7-1.p10.x86_64.rpm -o picodata-release-1.0.2.7-1.p10.x86_64.rpm
apt-get install ./picodata-release-1.0.2.7-1.p10.x86_64.rpm
apt-get update

Copy and paste the following code into your terminal to get the Picodata package installed (be sure to have root privileges):

apt-get install picodata

If you only want to get our Tarantool version, then use this command (also as root):

apt-get install picodata

Add and enable our repository by using the following commands in your terminal:

sudo rpm --import https://download.picodata.io/tarantool-picodata/el/RPM-GPG-KEY-kdy
sudo yum install -y https://download.picodata.io/tarantool-picodata/rosa/chrome/x86_64/picodata-release-1.1.2.0-1-rosa2021.1.x86_64.rpm

Copy and paste the following code into your terminal to get the Picodata package installed:

sudo yum install picodata

If you only want to get our Tarantool version, then use this command:

sudo yum install tarantool-picodata

Can’t find your OS in the list above? Dare to compile Picodata from the source code! Our documentation site will guide you.