mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
781 B
781 B
| title |
|---|
| Installation instructions for Ubuntu |
Install on Ubuntu via PPAs
You can install go-ethereum on Ubuntu-based distributions using the built-in launchpad PPAs (Personal Package Archives). We provide a single PPA repository with both our stable and our development releases for Ubuntu versions trusty, xenial, zesty and artful.
Install dependencies first:
sudo apt-get install software-properties-common
To enable our launchpad repository run:
sudo add-apt-repository -y ppa:ethereum/ethereum
After that you can install the stable version of go-ethereum:
sudo apt-get update
sudo apt-get install ethereum
Or the development version with:
sudo apt-get update
sudo apt-get install ethereum-unstable