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. - Log in to the openGauss open-source community at https://opengauss.org/en/download/, select 3.1.0 in the Version field, and download the corresponding Enterprise-Edition installation package. 
- 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-All-x.x.x-openEuler20.03-x86_64.tar.gz ls -lb- Run the ls command and information similar to the following is displayed. - total 50M -rw------- 1 root root 65 Dec 25 15:34 openGauss-OM-x.x.x-openEuler20.03-x86_64.tar.gz.sha256 -rw------- 1 root root 12910775 Dec 25 15:34 openGauss-OM-x.x.x-openEuler20.03-x86_64.tar.gz -rw------- 1 root root 65 Dec 25 15:34 openGauss-Server-x.x.x-openEuler20.03-x86_64.sha256 -rw------- 1 root root 73334256 Dec 25 15:34 openGauss-Server-x.x.x-openEuler20.03-x86_64.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