Skip to content

Installation Instructions for Arch

Adam Schmideg edited this page Nov 7, 2019 · 6 revisions

The current best source of documentation for Geth is geth.ethereum.org/docs. This Wiki is not actively maintained, serves as an archive only, and we will soon remove it.


Installing using pacman

The geth package is available from the community repo.

You can install it using

pacman -S geth

Installing from source

Install dependencies

pacman -S git go gcc

Download and build geth

git clone https://github.com/ethereum/go-ethereum
cd go-ethereum
make geth