install golang (GO Language) manually
wget –no-check-certificate https://go.dev/dl/go1.18.1.linux-amd64.tar.gztar -zxvf go1.18.1.linux-amd64.tar.gzchown -R root:root ./gomv go /usr/localnano ~/.profile export GOPATH=$HOME/workexport PATH=$PATH:/usr/local/go/bin:$GOPATH/bin source ~/.profile