How to install Go on Ubuntu

Check the latest version

https://golang.org/dl/

Installation

cd ~
wget https://golang.org/dl/go1.15.6.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.15.6.linux-amd64.tar.gz
rm -f go1.15.6.linux-amd64.tar.gz
echo 'PATH="/usr/local/go/bin:$PATH"' >> .profile
source ~/.profile

Verification

go version

Recommended Posts

How to install Go on Ubuntu
How to install php7.4 on Linux (Ubuntu)
How to install mysql-connector-python on mac
How to install graph-tool on macOS
How to install VMware-Tools on Linux
How to install pycrypto on Windows
How to install OpenCV on Mac
How to install MBDyn (Linux Ubuntu)
How to install PyPy on CentOS
How to install TensorFlow on CentOS 7
How to install music 21 on windows
How to install aws-session-manager-plugin on Manajro Linux
[Kivy] How to install Kivy on Windows [Python]
Steps to install Python environment on Ubuntu
How to install packages on Alpine Linux
How to install richzhang / colorization on Windows 10
How to install Apache (httpd) on CentOS7
How to install Apache (httpd) on CentOS8
How to install cx_Oracle on macOS Sierra
Install TensorFlow on Ubuntu
How to install Python
How to install pip
How to install archlinux
How to install python
Install PySide2 on Ubuntu
How to install BayesOpt
Install JModelica on Ubuntu
How to install Nbextensions
Install Python 3.3 on Ubuntu 12.04
Install Theano on Ubuntu 12.04
How to install Prover9
Install angr on Ubuntu 18.04
Install pip / pip3 on Ubuntu
[2020 version] How to install Python3 on AWS EC2
How to install OpenCV on Jetson Nano Python
[Latest] How to build Java environment on Ubuntu
How to run MeCab on Ubuntu 18.04 LTS Python
How to update security on Ubuntu 19.10 Eoan Ermine
How to quickly install h5py on Windows 10 [Unofficial]
How to install OpenGM on OSX with macports
How to install Camunda Modeler on Manjaro Linux
[Python] How to install OpenCV on Anaconda [Windows]
How to build Java environment on Ubuntu (Linux)
How to install / verify graphviz on anaconda / windows10
[2020.8 latest] How to install Python
How to install Python [Windows]
Tabpy 1.0 (2020-01 version) How to install
How to register on pypi
Install GoLand IDE on Ubuntu
How to install mkl numpy
Install OpenCV on Ubuntu + python
wsl Install PostgreSQL on Ubuntu 18.04
How to define Go variables
[Go] How to use "... (3 periods)"
[ROS] Install ROS (melodic) on Ubuntu (18.04)
Install Caffe on Ubuntu 14.04 (GPU)
How to install Pelican blog
Install Docker on WSL Ubuntu 18.04
How to install Linux on a 32bit UEFI PC
How to install Git GUI and Gitk on CentOS
[AWS EC2] How to install Maven on Amazon Linux 2