Uninstalling FastDB Against RPM Package Installation
- Uninstall FastDB.
- CentOS 7.6:
cd /home rpm -qa | grep fastdb rpm -e fastdb-3.76-1.el7.aarch64

- openEuler 20.03 LTS SP3:
cd /home rpm -qa | grep fastdb rpm -e fastdb-3.76-1.aarch64

- Kylin V10:
cd /home rpm -qa | grep fastdb rpm -e fastdb-3.76-1.ky10.ky10.aarch64

- CentOS 7.6:
- Check whether the uninstallation is successful. If the package and installation path are not found, the uninstallation is successful.
rpm -qa | grep fastdb ll /usr/local/fastdb

Parent topic: Installation and Uninstallation Based on an RPM Package