RethinkDB 1.0 for Linux

Download RethinkDB.

Read and accept the license agreement before downloading.


Choose the correct package for your environment.

Install RethinkDB.

Ubuntu / Debian

Navigate to the directory the package was downloaded to and install RethinkDB and its dependencies:

        # Get dependencies for RethinkDB
        sudo apt-get install libaio1

        # Install RethinkDB
        dpkg -i rethinkdb-1.0_1.0.0-1_amd64.deb
    

RHEL 5 / CentOS 5 / SUSE Linux 10

Navigate to the directory the package was downloaded to and install RethinkDB and its dependencies:

        # Install RethinkDB
        rpm -i rethinkdb-1.0-1.0.0_1-1.x86_64.rpm
    

Find the documentation.

We're here to help.

Check out the RethinkDB documentation and support page for answers to the most common questions our users have.

For any other support request, please send us an email at support@rethinkdb.com.