Obtaining and Verifying an Installation Package
You can obtain the installation package from the openGauss open-source community.
Procedure
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
b. Click Download.
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