Installing the RPM Package from the Mirror Site
The following describes how to install Greenplum using the RPM package of the mirror site. Adjust the installation operations based on the server environment and network conditions.
To install the RPM package from the mirror site, the server must be able to access the Internet.
- Method 1: If the server cannot access the Internet, download the RPM package from the mirror site and upload it to the target path on the server. In the target path, run the commands for installing the RPM package to install Greenplum.
- Method 2: If the server can access the Internet, perform the following operations to install Greenplum.
This section uses Greenplum 6.0.0 as an example. You can also refer to this section for Greenplum of other versions.
- Clear the cache.
1yum clean all
- Cache the software package information in the yum source to the local drive.
1yum makecache - Install the RPM package of Greenplum from the mirror site.
1yum -y install gpdb-6.0.0-1.el7.aarch64 --enablerepo=kunpeng

- Check the installed RPM package.
1rpm -qa | grep gpdb

- Clear the cache.
Parent topic: Installing Greenplum