OPERATING SYSTEMSOS Linux

How to install Go in Linux | Install Golang on Ubuntu 20.04

How to install Go in Linux | Install Golang on Ubuntu 20.04

Steps –
1. Download the go from – https://golang.org/doc/install
2. Extract the downloaded file
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.16.5.linux-amd64.tar.gz
3. Add Go to your PATH in your ~/.bashrc file:
export PATH=$PATH:/usr/local/go/bin
4. Refresh the bashrc file to update the added go path
source ~/.bashrc
5. Now Open Terminal, write go version and press enter

Need Better Machine to Hack? Setup your own VPS today!
Get $100 credit on Digital Ocean using this link
https://m.do.co/c/551f689486b2

⏩ If you like the Video then please like , share and subscribe to channel

⏩ Follow us on Social Media
Twitter : https://twitter.com/simrotion13

Thanks For Watching😊

#bugbounty​ #goinstallation #linux

Everything is Just for Educational Purpose

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *