Select Your Operating System

Source

Source

MacOSX

Mac OS X

Windows

Windows

CentOS

CentOS

Debian

Debian

Fedora

Fedora

Mandriva

Mandriva

openSUSE

openSUSE

RHEL

RHEL

SLE

SLE

Ubuntu

Ubuntu

Livecd

Live CD

Install using One Click Install

Add repository and install manually

For Ubuntu 12.10 run the following as root:

echo 'deb http://www.arangodb.org/repositories/stable/xUbuntu_12.10/ /' >> /etc/apt/sources.list.d/arangodb.list
apt-get update
apt-get install arangodb

You can add the repository key to apt like this:

wget http://www.arangodb.org/repositories/stable/xUbuntu_12.10/Release.key
apt-key add - < Release.key  

For Ubuntu 12.04 run the following as root:

echo 'deb http://www.arangodb.org/repositories/stable/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/arangodb.list
apt-get update
apt-get install arangodb

You can add the repository key to apt like this:

wget http://www.arangodb.org/repositories/stable/xUbuntu_12.04/Release.key
apt-key add - < Release.key  

For Ubuntu 11.10 run the following as root:

echo 'deb http://www.arangodb.org/repositories/stable/xUbuntu_11.10/ /' >> /etc/apt/sources.list.d/arangodb.list
apt-get update
apt-get install arangodb

You can add the repository key to apt like this:

wget http://www.arangodb.org/repositories/stable/xUbuntu_11.10/Release.key
apt-key add - < Release.key  

For Ubuntu 11.04 run the following as root:

echo 'deb http://www.arangodb.org/repositories/stable/xUbuntu_11.04/ /' >> /etc/apt/sources.list.d/arangodb.list
apt-get update
apt-get install arangodb

You can add the repository key to apt like this:

wget http://www.arangodb.org/repositories/stable/xUbuntu_11.04/Release.key
apt-key add - < Release.key  

For openSUSE Tumbleweed run the following as root:

zypper addrepo http://www.arangodb.org/repositories/stable/openSUSE_Tumbleweed/arangodb.repo
zypper refresh
zypper install arangodb

For openSUSE Factory run the following as root:

zypper addrepo http://www.arangodb.org/repositories/stable/openSUSE_Factory/arangodb.repo
zypper refresh
zypper install arangodb

For openSUSE 12.2 run the following as root:

zypper addrepo http://www.arangodb.org/repositories/stable/openSUSE_12.2/arangodb.repo
zypper refresh
zypper install arangodb

For openSUSE 12.1 run the following as root:

zypper addrepo http://www.arangodb.org/repositories/stable/openSUSE_12.1/arangodb.repo
zypper refresh
zypper install arangodb

For openSUSE 11.4 run the following as root:

zypper addrepo http://www.arangodb.org/repositories/stable/openSUSE_11.4/arangodb.repo
zypper refresh
zypper install arangodb

For SLE 11 SP2 run the following as root:

zypper addrepo http://www.arangodb.org/repositories/stable/SLE_11_SP2/arangodb.repo
zypper refresh
zypper install arangodb

For SLE 11 SP1 run the following as root:

zypper addrepo http://www.arangodb.org/repositories/stable/SLE_11_SP1/arangodb.repo
zypper refresh
zypper install arangodb

For SLE 11 run the following as root:

zypper addrepo http://www.arangodb.org/repositories/stable/SLE_11/arangodb.repo
zypper refresh
zypper install arangodb

For RedHat RHEL-6 run the following as root:

cd /etc/yum.repos.d/
wget http://www.arangodb.org/repositories/stable/RedHat_RHEL-6/arangodb.repo
yum install arangodb

For Mandriva 2011 run the following as root:

urpmi.addmedia arangodb http://www.arangodb.org/repositories/stable/Mandriva_2011/
urpmi.update -a
urpmi arangodb

For Fedora 17 run the following as root:

cd /etc/yum.repos.d/
wget http://www.arangodb.org/repositories/stable/Fedora_17/arangodb.repo
yum install arangodb

For Fedora 16 run the following as root:

cd /etc/yum.repos.d/
wget http://www.arangodb.org/repositories/stable/Fedora_16/arangodb.repo
yum install arangodb

For Debian 6.0 run the following as root:

echo 'deb http://www.arangodb.org/repositories/stable/Debian_6.0/ /' >> /etc/apt/sources.list.d/arangodb.list
apt-get update
apt-get install arangodb

You can add the repository key to apt like this:

wget http://www.arangodb.org/repositories/stable/Debian_6.0/Release.key
apt-key add - < Release.key  

For CentOS-6 run the following as root:

cd /etc/yum.repos.d/
wget http://www.arangodb.org/repositories/stable/CentOS_CentOS-6/arangodb.repo
yum install arangodb

For Mac OS X you can use use homebrew to install ArangoDB. Run the following:

brew install arangodb

A first version of ArangoDB for Windows is available. Please contact us, if you are interested in trying it.

Grab binary packages directly

Packages for Ubuntu 12.10:
Packages for Ubuntu 12.04:
Packages for Ubuntu 11.10:
Packages for Ubuntu 11.04:
Packages for openSUSE Tumbleweed:
Packages for openSUSE Factory:
Packages for openSUSE 12.2:
Packages for openSUSE 12.1:
Packages for openSUSE 11.4:
Packages for SLE 11 SP2:
Packages for SLE 11 SP1:
Packages for SLE 11:
Packages for RedHat RHEL-6:
Packages for Mandriva 2011:
Packages for Fedora 17:
Packages for Fedora 16:
Packages for Debian 6.0:
Packages for CentOS-6:
Packages for Mac OS X:
Packages for Windows:
  • Coming Soon