Download Picodata
At Picodata.io we provide pre-built packages of our software for the following operating systems:
- RHEL 7-8 and its compatible derivatives, such as CentOS 7-8
- RED OS 7.3
- Astra Linux 1.7 SE
- Debian 11 “Bullseye”
- Ubuntu 20.04 (Focal Fossa), 22.04 (Jammy Jellyfish) and its compatible derivatives
- Alt Linux distributions based on the p10 software platform
We maintain software repositories for RHEL-based distributions and Red OS (Yum/DNF), as well as Debian-based and Ubuntu-based ones (Apt). For Alt Linux users we offer a pre-built RPM package of our Picodata software. Also we provide a standalone version of our fork of the Tarantool in-memory computing platform.
Installing in RHEL/CentOS
You can 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
# for 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
# for RHEL/CentOS 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.
After that copy and paste the following code into your terminal to get our package installed:
sudo yum clean all
sudo yum install -y picodata
If you only want to get our Tarantool flavour, 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.
Installing in RED OS 7.3
You can 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.
After that copy and paste the following code into your terminal to get our package installed:
sudo yum clean all
sudo yum install -y picodata
If you only want to get our Tarantool flavour, 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.
Installing in Astra Linux 1.7 SE
You can 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
After that copy and paste the following code into your terminal to get our package installed (be sure to have root privileges):
apt install picodata
If you only want to get our Tarantool flavour, 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.
Installing in Debian
Use these commands to add and enable our trusted repository for Debian:
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"
After that simply install the Picodata software with this one-liner:
sudo apt install picodata
If you only want to get our Tarantool flavour, then use this command:
sudo apt install tarantool-picodata
Installing in Ubuntu 20.04 and 22.04
Copy and paste the following commands into your terminal:
wget -q -O - https://download.picodata.io/tarantool-picodata/ubuntu/picodata.gpg.key | sudo apt-key add -
sudo add-apt-repository 'deb [arch=amd64] https://download.picodata.io/tarantool-picodata/ubuntu/ focal main'
sudo apt install picodata
If you only want to get our Tarantool flavour, then use this command:
sudo apt install tarantool-picodata
Installing in Alt Linux
Copy and paste the following commands into your terminal:
su -
wget https://download.picodata.io/tarantool-picodata/altlinux/picodata-22.07.0-alt1.x86_64.rpm
apt-get install -y picodata-22.07.0-alt1.x86_64.rpm
If you only want to get our Tarantool flavour, then use these commands:
su -
apt-get install tarantool-picodata