Skip to content
Visit booth 3171 at Google Cloud Next to see how to unlock real-time decisions at scaleMore info

Install tools on Linux

This page describes how to install Aerospike tools on supported Linux distributions. Refer to Aerospike tools requirements to learn about supported operating systems and other requirements.

Prerequisites

Verify that your system satisfies the prerequisites described in Aerospike tools requirements.

Install with tarball

See Download Aerospike Tools for more details on manual or automated downloads of tools packages.

In the example below, replace VERSION with the tools version you want to download, or browse for available downloads in the latest directory.

Terminal window
wget -O aerospike-tools.tgz https://download.aerospike.com/artifacts/aerospike-tools/VERSION/aerospike-tools_VERSION_el8_x86_64.tgz
tar -xvf aerospike-tools.tgz
cd aerospike-tools-*
sudo ./asinstall

Install with native package

You can install the RPMs directly.

aerospike-tools-<version>-1.<RHEL>.<architecture>.rpm

version: 8.1.0 and later

RHEL: el7, el8, el9, amzn2023

architecture: x86_64, aarch64

Terminal window
sudo rpm -Uvh aerospike-tools-8.1.0-1.el7.aarch64.rpm

Verify tools installation

You can grep for aerospike-tools to verify the package installation:

Terminal window
rpm -qa | grep aerospike-tools

To verify the installation fora specific tool, run the tool with the --version flag:

asadm --version
Feedback

Was this page helpful?

What type of feedback are you giving?

What would you like us to know?

+Capture screenshot

Can we reach out to you?