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 にしておくのが吉。
参考
- http://blog.playground.io/entry/2018/05/06/220506
- https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Ubuntu
Note
- Ethereum 関連の情報は https://scrapbox.io/sushiether/ に集約することにしました。
- この記事の内容に変更・更新がある場合は、以下の URL を更新します。
- https://scrapbox.io/sushiether/Linux_(Ubuntu_16.04_LTS)_に_geth_をインストール