Download ArangoDB for Debian
The following packages are for Debian-based Linux distributions.
The processor(s) must support the x86-64 instruction set, as well as the SSE 4.2 and AVX instruction set extensions (Intel Sandy Bridge or better, AMD Bulldozer or better, etc.).
We provide a single package containing the server and the client tools. For a standard server setup, download the Server package and install it using the package manager. You do not need the separate client tools.
The Client Tools package only contains the tools, like arangosh and arangodump, but not the server. Use this in case you are already running ArangoDB on a different machine and want to connect to that server from a client machine.
As an alternative there is a Tar package containing the server and client tools, which can be unpacked in any location and which does not require root rights for installation.
Debian packages
- Server 3.12.0-2
( 273 MByte, SHA256 cede41921d22d234da2bbb7e9a655ac4614720cd2535a488ffc2b6281e4a66e0) - Client Tools 3.12.0-2
( 123 MByte, SHA256 3e54cd7a56b5ad8078b58405c57127709b3c8c58f64bd4eb339a494fe75e5c18) - Debug Symbols 3.12.0-2
( 53 MByte, SHA256 d7c2dcb9ef0f540403828db99577f224c3d5e1921cb9095d6a208c30a1a41ff2 )
Tar packages
- Server 3.12.0-2
( 274 MByte, SHA256 584a667ca4116cbcbd6a5f3328e1948c14ff1cbccbe248ec35a6e64e9fe79a14 ) - Client 3.12.0-2
( 142 MByte, SHA256 6f5134c462c37eec797d20063c4073049f39fd3ee0ac6bf315bd45ce2f677501)
Installation via Package Manager
First add the repository key to apt like this:
curl -OL https://download.arangodb.com/arangodb312/DEBIAN/Release.key sudo apt-key add - < Release.key
Use apt-get to install arangodb:
echo 'deb https://download.arangodb.com/arangodb312/DEBIAN/ /' | sudo tee /etc/apt/sources.list.d/arangodb.list
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install arangodb3=3.11.5-1
To install the debug symbols package (not required by default)
sudo apt-get install arangodb3-dbg=3.11.5-1
Installation Manual
You will find a guide on how to install ArangoDB on Linux in our documentation.
Join the Community
We have many exciting plugins and useful connectors for ArangoDB developed and supported by the community. New suggestions, ideas and thoughts are always welcome.