Install on Ubuntu via PPAs
The easiest way to install go-ethereum on Ubuntu-based distributions is with the built-in launchpad PPAs (Personal Package Archives). We provide a single PPA repository that contains both our stable and development releases for Ubuntu versions trusty
, xenial
, zesty
and artful
.
To enable our launchpad repository run:
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
The abigen
, bootnode
, clef
, evm
, geth
, puppeth
, rlpdump
, and wnode
commands are then available on your system in /usr/bin/
.
Find the different options and commands available with geth --help
.