Golang

There are two ways to install Golang in Ubuntu. But to install the latest one, I highly recommend to download the binary file from the official go website.

golang website downloadDownload Golang binary file$ sudo wgetExtract the files from the downloaded tar file.$ sudo tar xvzf go1.15.6.linux ...