Before touching the terminal, ensure the following:

sudo apt update sudo apt full-upgrade

The easiest way to install the tool is by using the official installation script or downloading the binary directly from GitHub. GitHub Pages documentation Quick Install Script

# 1. Install Go if not present sudo apt update && sudo apt install golang -y

Edit your shell profile ( ~/.bashrc or ~/.zshrc ).