How to Install Go (GoLang) Programming Language on Ubuntu 15.04

1,948 views · Published 18 June 2016 · 6:32 · Indexed 27 September 2026

Channel: Dr. Anand Nayyar · 2016 · People & Blogs

Watch on YouTube

In this Video, Step by Step Demonstration is being done regarding Installing Go (GoLang) Programming Language on Ubuntu 15.04.

Official Website: https://golang.org/

Steps to Install Go Programming Language on Ubuntu 15.04:

Update the system
#apt-get update

Step 1: Install Python Software Properties 
#apt-get install python-software-properties 

Step 2: run following command to add Golang package 
to APT package manager repositories

#add-apt-repository ppa:duh/golang 

Step 3: Update the System
#apt-get update

Step 4: Run the following Command to Install Go
#apt-get install golang

Step 5: Check the Version
#go version

Congratulations. Go Programming Language is Installed.

More from this channel