0

I followed the below steps to set up a workspace for go in ubuntu 16.

1.Downloaded go 1.14 version for linux from https://golang.org/

2.Extracted it in the /usr/local using the command-

sudo tar -C /usr/local -xzf go1.14.4.linux-amd64.tar.gz

3.Added path in the .profile by adding the line

PATH="$PATH:/usr/local/go/bin"

4.Sourced this in the session with command -

source ~/.profile

5.Checked go version

But the terminal returns the error

The program 'go' is currently not installed. You can install it by typing: sudo apt install golang-go

Can anyone please explain where I am going wrong with this ?

JSnow
  • 101
  • 1

0 Answers0