For an extended explanation, please check the great Sui docs here.PrerequisitesIn a nutshell:curl, git-all, cmake, gcc, libssl-dev, pkg-config, libclang-dev,build-essential Well, you know what to do: just apt them all, right?Installing Sui BinariesUse the following command to install Sui directly from the Sui GitHub repository (devnet branch):# Install cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet sui # Update rust rustup update stable # Check sui sui Outp...