debian-3-9 - ArangoDB

Sign up for ArangoGraph Insights Platform

Before signing up, please accept our terms & conditions and privacy policy.

What to expect after you signup
You can try out ArangoDB Cloud FREE for 14 days. No credit card required and you are not obligated to keep using ArangoDB Cloud.

At the end of your free trial, enter your credit card details to continue using ArangoDB Cloud.

If you decide that ArangoDB Cloud is not (yet) for you, you can simply leave and come back later.

debian-3-9

Download ArangoDB Enterprise Edition 3.9 for Debian

debian

ArangoDB Enterprise Edition is free of charge for evaluation. By downloading, you agree to the Evaluation Licence Agreement terms and conditions.

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.9.10
    (179 MByte, SHA256 34a8825444e723cd99ee03e4d179853664241995ad586be61307f813d16f5e13)
  • Client Tools 3.9.10
    (41 MByte, SHA256 14e56313efc1d5a5e901c95313f13e8182eb099d4ef3a2123bb28f650ee6cf75)
  • Debug Symbols 3.9.10
    (59 MByte, SHA256 19f56cfec1a14bfd58d13ba3dcad796a5da46aa3dcd02e2173da99e4a89fe734)

Tar package

  • Server 3.9.10
    (180 MByte, SHA256 7e77f4af4ed0c7900930a680b2705bf215251b4d9604109ad0d0251d5bc95d35)
  • Client 3.9.10
    (54 MByte, SHA256 3a6bcc98d34ee21dff69082572a06591b5c1046a894b39c29f2da105d865ce35)

Installation via Package Manager

First add the repository key to apt like this:

curl -OL https://download.arangodb.com/9c169fe900ff79790395784287bfa82f0dc0059375a34a2881b9b745c8efd42e/arangodb39/DEBIAN/Release.key
sudo apt-key add - < Release.key

Use apt-get to install arangodb:

echo 'deb https://download.arangodb.com/9c169fe900ff79790395784287bfa82f0dc0059375a34a2881b9b745c8efd42e/arangodb39/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 arangodb3e=3.9.10-1

To install the debug symbols package (not required by default)

sudo apt-get install arangodb3e-dbg=3.9.10-1

Installation Manual

You will find a guide on how to install ArangoDB on Linux in our documentation.

Need help?

Let’s talk about your use case and how we can help you get on track with ArangoDB.