home shape

Download ArangoDB for Ubuntu

ubuntu
right blob img min
X86-64

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


Tar packages


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

 

 

ARM

Installation Manual

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

Join the Community

Get involved with the fast-growing open-source community, learn how to get help and more.