pi-gen icon indicating copy to clipboard operation
pi-gen copied to clipboard

geth not upgradable via apt-get because ethereum apt repository missing by default

Open corygabrielsen opened this issue 4 years ago • 0 comments

Issue:

sudo apt-get update
sudo apt-get upgrade

does not update geth.

Root Cause: The ethereum Apt Repository is not installed

Resolution (suggested): Run the following commands and re-create the base image

sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get upgrade

corygabrielsen avatar Apr 08 '21 08:04 corygabrielsen