Install Golang in Linux | Ubuntu using terminal | Ubuntu 20.04LTS

preview_player
Показать описание
In this video i have shown how to install golang on linux operating system specific on the ubuntu operating system.

Steps :
1 . Extract the archive you downloaded into /usr/local, creating a Go tree in /usr/local/go.
Important: This step will remove a previous installation at /usr/local/go, if any, prior to extracting. Please back up any data before proceeding.

For example, run the following as root or through sudo:

2. Add /usr/local/go/bin to the PATH environment variable.
You can do this by adding the following line to your $HOME/.profile or /etc/profile (for a system-wide installation):

export PATH=$PATH:/usr/local/go/bin
Note: Changes made to a profile file may not apply until the next time you log into your computer. To apply the changes immediately, just run the shell commands directly or execute them from the profile using a command such as source $HOME/.profile.

3. Verify that you've installed Go by opening a command prompt and typing the following command:
4. $ go version
Confirm that the command prints the installed version of Go.

Follow me on :

#Golang #Ubuntu #Go #ArjunCodes
Рекомендации по теме
Комментарии
Автор

This video gave the best explanation on how to install golang onto linux ubuntu OS, all the other systems were too complicated and went for too long but this video was quick, simple and straight to the point.

scottmcmahon
Автор

Dude! This was great and much appreciated. Very helpful.

ironwelder
Автор

the best video compared to others and very easy explanation, i just added " #add go to path " before pasting the new location

mahmoudelrefai
Автор

Thank you so much for the video. After following your video and the official download page, I successfully installed the latest stable version of Go on my Ubuntu machine.

quanchichen
Автор

Thanks bro, that was really simple and very helpful

mohannadbittar
Автор

You don't open the terminal in go folder .. but the folder you extracted

khaoulaarfaoui
Автор

pls hwo to solve the problem whin i command go version print in terminal (go: GOPATH entry is relative; must be absolute path: "snap/bin/go".)

khalidtaha
Автор

.bashrc file you got.. i dont have that file in my home directory what should i do ?? please do respond

SonuChauhan-hnlt
Автор

everything was fine until i got to the bash part.
When i typed "sudo gedit .bashrc" in the terminal i got a result of.
"sudo: gedit: command not found."
Any ideas? iam quite new to KaliLinux and the terminal so any help will be much appreciated.
Maybe i need to install this bash??

zytroXIX