Obtaining the 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 Simplified installation package. 
- Select the required installation package and click Download. 
 
- Check 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 -jxf openGauss-Server-x.x.x-openEuler20.03-x86_64.tar.bz2 ls -lb- Run the ls command to display information similar to the following: - total 90296 drwx------ 3 root root 4096 Mar 31 21:18 bin drwx------ 3 root root 4096 Mar 31 21:18 etc drwx------ 3 root root 4096 Mar 31 21:18 include drwx------ 4 root root 4096 Mar 31 21:18 jre drwx------ 5 root root 4096 Mar 31 21:18 lib -rw------- 1 root root 92427499 Apr 1 09:43 openGauss-2.0.0-openEuler-64bit.tar.bz2 drwx------ 5 root root 4096 Mar 31 21:18 share drwx------ 2 root root 4096 Mar 31 21:18 simpleInstall -rw------- 1 root root 32 Mar 31 21:18 version.cfg
Feedback