Installing the RPM Package
- Upload the RPM installation package to the /home directory.
Download link:
- CentOS 7.6:
https://repo.huaweicloud.com/kunpeng/yum/el/7/aarch64/Packages/database/fastdb-3.76-1.el7.aarch64.rpm
- openEuler 20.03 LTS SP3:
https://repo.huaweicloud.com/kunpeng/yum/oe/20.03-LTS/database/fastdb-3.76-1.aarch64.rpm
- Kylin V10:
https://repo.huaweicloud.com/kunpeng/yum/oe/Kylin-V10/database/fastdb-3.76-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:
1 2
cd /home wget https://repo.huaweicloud.com/kunpeng/yum/el/7/aarch64/Packages/database/fastdb-3.76-1.el7.aarch64.rpm --no-check-certificate
- openEuler 20.03 LTS SP3:
1 2
cd /home wget https://repo.huaweicloud.com/kunpeng/yum/oe/20.03-LTS/database/fastdb-3.76-1.aarch64.rpm --no-check-certificate
- Kylin V10:
1 2
cd /home wget https://repo.huaweicloud.com/kunpeng/yum/oe/Kylin-V10/database/fastdb-3.76-1.ky10.ky10.aarch64.rpm --no-check-certificate
- CentOS 7.6:
- Go to the /home directory.
1cd /home
- Install FastDB.
1rpm -ivh fastdb-3.76-1.aarch64.rpm

- View details about the FastDB package.
1rpm -qi fastdb-3.76-1.aarch64

- View the installation directory.
1 2
ll /usr/local/fastdb ll /usr/local/fastdb/bin

Parent topic: Installation and Uninstallation Based on an RPM Package