ABK Labs provides a build and release service for SVM software at apt.abklabs.com
, which allows operators to install various SVM modules through apt. More details can be found in the build directory.
Follow these steps to install the SVMKit apt repository on your system:
- Update your package lists:
sudo apt-get update
- Install the necessary prerequisites:
sudo apt-get install -y curl gnupg
- Add the SVMKit repository to your system's software repository list:
echo "deb https://apt.abklabs.com/svmkit dev main" | sudo tee /etc/apt/sources.list.d/svmkit.list
- Import the repository's GPG key:
curl -s https://apt.abklabs.com/keys/abklabs-archive-dev.asc | sudo apt-key add -
- Update your package lists again:
sudo apt-get update
- Install SVMKit's build of the Agave validator and solana cli:
sudo apt-get install svmkit-agave-validator svmkit-solana-cli