LoginSignup
4
3

More than 1 year has passed since last update.

Ubuntu 22.04 での go のインストール

Posted at

Ubuntu 22.04 での go のインストール

https://qiita.com/m-tmatma/items/dff66b3e294293115661 で ubuntu に apt で golang をインストールする方法を記載したが、

https://github.com/longsleep/golang-deb/issues/9#issuecomment-1111964990 によると Ubuntu 22.04 では
標準リポジトリで go のインストールに対応したらしい。

以下でインストールできる。

sudo apt  install -y golang-go

2022/4/29 現在で ver 1.18.1 がインストールされた。

$ go version
go version go1.18.1 linux/amd64
4
3
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
4
3