Installing the Aerospike Shared-Memory Tool (ASMT)
You can download
asmt
packages manually for the same Linux distributions supported by the server.
Make sure to read the release notes
of the version you are downloading.
Automating downloads
Alternatively, you can automate downloading versions of asmt packages from the artifact repository. See the FAQ on downloads for details.
Base URL
https://download.aerospike.com/artifacts/asmt/<version>/
Debian Format
asmt_<version>-<[commit]distro>_<architecture>.deb
version: 1.2.0
, and so on
distro: debian10
, debian11
, ubuntu18.04
, ubuntu20.04
architecture: amd64
, arm64
based on dpkg-architecture -qDEB_HOST_ARCH
RPM Format
asmt-<version>-1.<RHEL>.<architecture>.rpm
version: 1.2.0
, and so on
RHEL: el7
, el8
architecture: x86_64
, aarch64
Install
Debian Packages
sudo dpkg -i asmt_1.2.0-1ubuntu20.04_arm64.deb
Red Hat Packages
sudo rpm -Uvh asmt-1.2.0-1.el8.aarch64.rpm