Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling RocksDB Against RPM Package Installation

  1. Check the installation status.
    rpm -qa | grep rocksdb

  2. View the installation directory.
    ls /usr/local/rocksdb

  3. Uninstall RocksDB. Check for the installation directory. If the directory does not exist, RocksDB is uninstalled successfully.
    rpm -e --nodeps rocksdb
    ls /usr/local/rocksdb

    You can also run the rpm command to check the uninstallation status. If no command output is displayed, the uninstallation is successful.
    rpm -qa | grep rocksdb
  4. Delete the database directory.
    ll /home/rocksdb/
    rm -rf /home/rocksdb/*
    ll /home/rocksdb/