PPA方式安装
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
# 如果想安装最新版本,可以
sudo apt-get install ethereum-unstable
安装完成后,可以用 geth account 在节点上新建一个专户,然后 run geth 来连接以太坊节点。
You can alternatively install only the geth CLI with apt-get install geth if you don’t want to install the other utilities (bootnode, evm, disasm, rlpdump, ethtest).