Installing InfluxDB Using an RPM Package
- Download the RPM package to the installation directory and ensure that you have the administrator permission.
- CentOS 7.6:
1 2
cd /opt/db/influxdb wget https://mirrors.huaweicloud.com/kunpeng/yum/el/7/aarch64/Packages/database/influxdb2-2.0.3-1.aarch64.rpm --no-check-certificate
- CentOS 8.1:
1 2
cd /opt/db/influxdb wget https://mirrors.huaweicloud.com/kunpeng/yum/el/8/aarch64/Packages/database/influxdb2-2.0.3-1.aarch64.rpm --no-check-certificate
- CentOS 7.6:
- Install the RPM package.
1rpm -ivh influxdb2-2.0.3-1.aarch64.rpm

- View the version.
1influx version
Parent topic: Installing InfluxDB