Obtaining the RocksDB Source Package
- Go to the /home directory.
cd /home
- Obtain the software source package and rename the package.
wget https://github.com/facebook/rocksdb/archive/refs/tags/v6.10.2.tar.gz
mv v6.10.2.tar.gz rocksdb-6.10.2.tar.gz
Parent topic: Test Information