Packages
Supported Linux Distributions
Ubuntu
| Version | apt | deb | Installation Guide | 
|---|---|---|---|
| 16.04,18.04 | apt/deb | 
Debian
| Version | apt | deb | Installation Guide | 
|---|---|---|---|
| 8.x,9.x | apt/deb | 
RHEL / CentOS
| Version | rpm | yum | Installation Guide | 
|---|---|---|---|
| 7.x | yum/rpm | 
SLES
| Version | rpm | Installation Guide | 
|---|---|---|
| 12.x | rpm | 
Other Distributions
For other Linux distributions, follow the Installation Guide.
Quick Start
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 \
--recv-keys 26AEE425A57967CFB323846008796A6514F3CB79
sudo sh -c 'echo "deb [arch=amd64] http://axibase.com/public/repository/deb/ ./" \
  >> /etc/apt/sources.list.d/axibase.list'
sudo apt-get update && sudo apt-get install atsd
