Installing Go
Procedure
- Use PuTTY to log in to the server as the root user.
- Download Go.
cd /path/to wget https://golang.google.cn/dl/go1.19.2.linux-arm64.tar.gz tar xvf go1.19.2.linux-arm64.tar.gz
- Set the Go environment variables.
cd go export PATH=`pwd`:$PATH
Parent topic: Configuring the Compilation Environment