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 open-source community.
Check the installation package.
Decompress the installation package and check whether the installation directory and files are complete.
tar -zxf openGauss-Lite-x.x.x-openEuler-aarch64.tar.gz ls -lb
Run the ls command and information similar to the following is displayed.
total 147716 drwx------ 2 root root 4096 Jan 4 21:23 dependency -rwx------ 1 root root 73683192 Jan 4 21:23 openGauss-Lite-x.x.x-openEuler-aarch64.bin -rwx------ 1 root root 73683192 Jan 4 21:23 openGauss-Lite-x.x.x-openEuler-aarch64.sha256 -rwx------ 1 root root 73683192 Jan 4 21:23 openGauss-Lite-x.x.x-openEuler-aarch64.tar.gz -rw------- 1 root root 29154 Jan 4 21:23 install.sh -rw------- 1 root root 724 Jan 4 21:23 opengauss_lite.conf -rw------- 1 root root 2727 Jan 4 21:23 uninstall.sh -rw------- 1 root root 31304 Jan 4 21:23 upgrade_common.sh -rw------- 1 root root 968 Jan 4 21:23 upgrade_config.sh -rw------- 1 root root 245 Jan 4 21:23 upgrade_errorcode.sh -rw------- 1 root root 768 Jan 4 21:23 upgrade_GAUSSV5.sh -rw------- 1 root root 65 Jan 4 21:23 upgrade_sql.sha256 -rw------- 1 root root 323935 Jan 4 21:23 upgrade_sql.tar.gz -rw------- 1 root root 43 Jan 4 21:23 version.cfg
Feedback