Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install go ubuntu

sudo apt install golang-go
Comment

install golang ubuntu

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 ubuntu

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

Install Golang On Linux (Ubuntu)

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

PREVIOUS NEXT
Code Example
Shell :: check services running on port linux 
Shell :: remmina ubuntu 
Shell :: how to install git on aws linux 
Shell :: git fetch tags force 
Shell :: disable ufw 
Shell :: prevent duplicate history line on bash history 
Shell :: bash: cmake: command not found 
Shell :: how to install git on linux 
Shell :: uncommit last commit 
Shell :: git submodule get all 
Shell :: react native run ios on specific simulator 
Shell :: how to kill tasks using grep 
Shell :: command failed: npm install --loglevel error --legacy-peer-deps 
Shell :: install sox in ubuntu 
Shell :: kill logstash 
Shell :: restart nginx server 
Shell :: Exception: Error running pod install 
Shell :: generate service ionic 
Shell :: raspberry pi set wifi headless 
Shell :: check if oh-my-zsh is installed 
Shell :: gitlab ci allow failure 
Shell :: install vscode fedora 
Shell :: install adb mac os 
Shell :: how to check git repository link 
Shell :: view host entires mac terminal 
Shell :: view git stash without applying 
Shell :: how to install flask_sqlalchemy 
Shell :: linux install java jre command line 
Shell :: docker remove all images 
Shell :: Install dia for linux ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =