Problem scenario
You want to use the Go programming language. There are various directions online that involve downloading files and modifying configuration files. You just want simple directions to install Go to an Ubuntu Linux server. What do you do?
Solution
Run these two commands:
sudo apt-get -y update
sudo apt -y install golang-go