Uninstalling RocksDB Against Source Code Compilation
- View the installation directory.
1ls /usr/local/rocksdb/
- Delete the source code installation directory. If the directory does not exist after the deletion, the uninstallation is successful.
1rm -rf /usr/local/rocksdb
1ls /usr/local/rocksdb - Delete the database directory.
1ll /home/rocksdb/1rm -rf /home/rocksdb/*
1ll /home/rocksdb/