Installing Apache AGE

Apache AGE is supported on the same platforms as the Postgres distribution you're using. Postgres versions 14 to 16 are supported for Apache AGE. For details, see:

Installation

Before you begin the installation process:

Install the package

For SLES, RHEL and its derivatives the install command is:

sudo <package-manager> -y install edb-<postgres><postgres_version>-age1

Where:

  • <package-manager>is the package manager used with your operating system:

    Package managerOperating system
    dnfRHEL 8/9 and derivatives
    zypperSLES
  • <postgres> is the distribution of Postgres you're using:

    Postgres distributionValue
    PostgreSQLpg
    EDB Postgres Advanced Serveras
    EDB Postgres Extended Serverpostgresextended
  • <postgres_version> is the version of Postgres you're using.

For example, to install Apache AGE for EDB Postgres Advanced Server 16 on a RHEL 8 platform:

sudo dnf -y install edb-as16-age1

For Debian and Ubuntu:

sudo <package-manager> -y install edb-<postgres><postgres_version>-age-1

Where:

  • <package-manager>is apt-get for Debian and Ubuntu.

  • <postgres> is the distribution of Postgres you're using:

    Postgres distributionValue
    PostgreSQLpg
    EDB Postgres Advanced Serveras
    EDB Postgres Extended Serverpostgresextended
  • <postgres_version> is the version of your Postgres.

For example, to install Apache AGE for EDB Postgres Advanced Server 16 on a Debian platform:

sudo apt-get -y install edb-as16-age-1

Could this page be better? Report a problem or suggest an addition!