Skip to main content

Install Geth

This document will help you to install geth

Open linux terminal by pressing Ctrl+Alt+T key

now follow the commands

sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
geth -v

TERMINAL