LoginSignup
19
17

More than 5 years have passed since last update.

Ubuntuにapt-getで最新のGolangをインストールする方法

Posted at
apt-get update
apt-get install gcc make
apt-get install golang-1.10

あと $PATH を通す必要があります。

export PATH=”/usr/lib/go-1.10/bin:$PATH”

Docker Imageを作っておいたのでよかったらお使いください。

docker pull dqneo/ubuntu-build-essential:go

19
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
19
17