我要评分
获取效率
正确性
完整性
易理解

Uninstalling RocksDB Against Source Code Compilation

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

  2. Delete the source code installation directory. If the directory does not exist after the deletion, the uninstallation is successful.
    1
    rm -rf /usr/local/rocksdb
    
    1
    ls /usr/local/rocksdb
    
  3. Delete the database directory.
    1
    ll /home/rocksdb/
    
    1
    rm -rf /home/rocksdb/*
    
    1
    ll /home/rocksdb/