Installing the RPM Package
- Obtain the etcd 3.1.20 RPM package and copy it to the /home directory on the server.
Download link:
- CentOS 7.6:
https://repo.huaweicloud.com/kunpeng/yum/el/7/aarch64/Packages/database/etcd-3.1.20-1.el7.aarch64.rpm
- openEuler 20.03 LTS SP3:
https://repo.huaweicloud.com/kunpeng/yum/oe/20.03-LTS/database/etcd-3.1.20-1.aarch64.rpm
- Kylin V10:
https://repo.huaweicloud.com/kunpeng/yum/oe/Kylin-V10/database/etcd-3.1.20-1.ky10.ky10.aarch64.rpm
If the server is connected to the Internet, you can run the wget command on the server to download the RPM package.
- CentOS 7.6:
cd /home wget https://repo.huaweicloud.com/kunpeng/yum/el/7/aarch64/Packages/database/etcd-3.1.20-1.el7.aarch64.rpm --no-check-certificate
- openEuler 20.03 LTS SP3:
cd /home wget https://repo.huaweicloud.com/kunpeng/yum/oe/20.03-LTS/database/etcd-3.1.20-1.aarch64.rpm --no-check-certificate
- Kylin V10:
cd /home wget https://repo.huaweicloud.com/kunpeng/yum/oe/Kylin-V10/database/etcd-3.1.20-1.ky10.ky10.aarch64.rpm --no-check-certificate
- CentOS 7.6:
- Install etcd.
- CentOS 7.6:
rpm -ivh etcd-3.1.20-1.el7.aarch64.rpm

- openEuler 20.03 LTS SP3:
rpm -ivh etcd-3.1.20-1.aarch64.rpm

- Kylin V10:
rpm -ivh etcd-3.1.20-1.ky10.ky10.aarch64.rpm

- CentOS 7.6:
- View the installation directory.
ls /usr/local/etcd

Parent topic: Installation and Uninstallation Based on an RPM Package