📜  在 ubuntu 中安装 geth - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:52.235000             🧑  作者: Mango

代码示例1
Add PPA first

sudo add-apt-repository -y ppa:ethereum/ethereum
Then install the stable version of go-ethereum:

sudo apt-get update
sudo apt-get install ethereum

Or the develop version via:

sudo apt-get update
sudo apt-get install ethereum-unstable