Installing the software requirements
8/1/25Less than 1 minute
Installing the software requirements
To install the necessary software for your validator machine, you will need to prepare your system by installing some essential packages.
Debian based systems (like Ubuntu)
sudo apt update && sudo apt upgrade -y
sudo apt install -y git gcc make unzip jq
Red Hat based systems (like Fedora)
sudo dnf update -y
sudo dnf install -y git gcc make unzip jq
Arch based systems
sudo pacman -Syyu git gcc make unzip jq