Linux (Ubuntu 16.04 LTS) に geth をインストール


Linux (Ubuntu 16.04 LTS) に geth をインストールするには、次のコマンドを実行します。

$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -y ppa:ethereum/ethereum
$ sudo apt-get update
$ sudo apt-get install ethereum

Linux の中では、Ubuntu が正式にサポートされているので、geth をインストールするのであれば素直に Ubuntu にしておくのが吉。

参考

Note