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