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.

    1. Log in to the openGauss open-source community at https://opengauss.org/en/download.html, select 1.1.0 in the Version field, and download the corresponding installation package.

      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.

    2. 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-x.x.x-openEuler-64bit.tar-all.gz
    ls -1b
    

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

    total 50M
    -rw------- 1 root root       65 Dec 25 15:34 openGauss-x.x.x-openEuler-64bit-om.sha256
    -rw------- 1 root root 12910775 Dec 25 15:34 openGauss-x.x.x-openEuler-64bit-om.tar.gz
    -rw------- 1 root root       65 Dec 25 15:34 openGauss-x.x.x-openEuler-64bit.sha256
    -rw------- 1 root root 73334256 Dec 25 15:34 openGauss-x.x.x-openEuler-64bit.tar.bz2
    -rw------- 1 root root       65 Dec 25 15:34 upgrade_sql.sha256
    -rw------- 1 root root   134747 Dec 25 15:34 upgrade_sql.tar.gz
    
Feedback
编组 3备份
    openGauss 2025-10-27 07:42:41
    cancel