Obtaining and Verifying an Installation Package

You can obtain the installation package from the openGauss open-source community.

Procedure

  1. Download the installation package of the corresponding platform from the openGauss community.
    a. Log in to the openGauss open-source community at https://opengauss.org/en/download/ and download the corresponding installation package.

    Figure 1 openGauss Server

    Figure 2 openGauss Connectors

    Table 1 openGauss Connectors installation packages

    Installation Package

    Description

    JDBC

    Used to install the JDBC driver in the SUSE Linux OS.

    ODBC

    Used to install the ODBC driver in the SUSE Linux OS.

    libpq

    Used to install the libpq library in the SUSE Linux OS.

    b. Click Download.

  2. Verify the installation package.

    Decompress the installation package and check whether the installation directory and files are complete. Run the following commands in the directory where the installation package is stored:

    tar -zxvf openGauss-1.0.1-openEuler-64bit.tar.gz
    ls -1b
    

    Run the ls command and information similar to the following is displayed.

    total 50M
    drwxr-xr-x 14 root root 4.0K Jul  6 11:03 lib
    -rw-r--r--  1 root root   65 Jul  6 11:03 openGauss-x.x.x-openEuler-64bit.sha256
    -rw-r--r--  1 root root  50M Jul  6 11:03 openGauss-x.x.x-openEuler-64bit.tar.bz2
    drwxr-xr-x  5 root root 4.0K Jul  6 11:03 script
    -rw-r--r--  1 root root   32 Jul  6 11:03 version.cfg
    
Feedback
编组 3备份
    openGauss 2025-07-19 22:43:15
    cancel