Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install geth in ubuntu

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
Source by geth.ethereum.org #
 
PREVIOUS NEXT
Tagged: #install #geth #ubuntu
ADD COMMENT
Topic
Name
9+8 =