Install Golang

Video demonstrates steps described below.

Download and extract repository

AMD and Intel compatible processors

ARM processors

NOTE: That will install latest version of Go

Install previous version

Add Go environmental variables

Set of variables, which should be set for user(s) with need to build Go apps.

That can be placed in ${HOME}/.profile or ${HOME}/.bashrc or any other shell-specific file, whic sets variable during logon

NOTE: To make sure that Go-specific environment will be added to new users profiles below code needs to be added to /etc/skel/.profile.

Important

Once all changes are applied and files installed make sure all shell instances will be closed and then logoff and logon again to system.

That way all environmental variables will be set correctly.

Last updated