Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling FastDB Against RPM Package Installation

  1. 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

  2. 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