Download ArangoDB for Red Hat Linux
The following packages are for Red Hat-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.
RPM packages
- Server 3.12.0-2
( 227 MByte, SHA256 26526b6b450a5f413a4c01231a01d1eb7b936ea709355ae0c521177d7ff6d05e) - Client Tools 3.12.0-2
( 94 MByte, SHA256 d7f30f0b904482daca96dc2cb02d4510350f02dbeb78c0e9290cfd2727085968) - Debug Symbols 3.12.0-2
( 51 MByte, SHA256 a33961fa83ea07f104f47fc7fad5acbf3ba0093aa001e9716b707acfefc68bb3 )
Tar packages
- Server 3.12.0-2
( 274 MByte, SHA256 584a667ca4116cbcbd6a5f3328e1948c14ff1cbccbe248ec35a6e64e9fe79a14 ) - Client 3.12.0-2
( 142 MByte, SHA256 6f5134c462c37eec797d20063c4073049f39fd3ee0ac6bf315bd45ce2f677501)
Installation via Package Manager
Run the following as root in a teminal:
cd /etc/yum.repos.d/
curl -OL https://download.arangodb.com/arangodb312/RPM/arangodb.repo
yum -y install arangodb3-3.11.5-1.0
To install the debug symbols package (not required by default), run:
yum -y install arangodb3-debuginfo-3.11.5-1.0
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.