Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install golang

wget https://dl.google.com/go/go1.17.linux-amd64.tar.gz 
sudo tar -xvf go1.17.linux-amd64.tar.gz
sudo mv go /usr/local
sudo ln -s /usr/local/go/bin/* /usr/bin
rm go1.17.linux-amd64.tar.gz
Comment

install go

wget https://dl.google.com/go/go1.18.linux-amd64.tar.gz 
sudo tar -xvf go1.18.linux-amd64.tar.gz
Comment

go install

brew install go
Comment

golang install

$ rm -rf /usr/local/go && tar -C /usr/local -xzf go1.19.3.linux-amd64.tar.gz
Comment

install golang

$ go version
Comment

PREVIOUS NEXT
Code Example
Shell :: bash split 
Shell :: how to figure out ubuntu partition 
Shell :: scp key 
Shell :: git push reset 
Shell :: ETIMEDOUT Error while installing Node packages on Windows 
Shell :: make git use a ssh key 
Shell :: directory structure 
Shell :: nohup linux output 
Shell :: keep only last line bash 
Shell :: find node version 
Shell :: install kivy 
Shell :: git push to existing repo 
Shell :: remove package from laravel 
Shell :: git Config User with Cli 
Shell :: how to install morgan in node js 
Shell :: change email in git 
Shell :: bash_aliases fedora 
Shell :: how to install ssl certificate in aws lightsail 
Shell :: arch linux logo 
Shell :: delete elem soup 
Shell :: npm uninstall package 
Shell :: how to login github in terminal 
Shell :: raspberry wifi scan 
Shell :: brew command not found 
Shell :: sudo apt-get ignore errors 
Shell :: check laptop battery health using upower 
Shell :: ubuntu libreoffice calc start 
Shell :: Simulate keys with powershell 
Shell :: uptime linux 
Shell :: move the file from one linux user to another 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =