- Advanced Blockchain Development
- Imran Bashir Narayan Prusty
- 37字
- 2021-06-24 14:04:44
Ubuntu
The recommended way to install geth in Ubuntu is to use apt-get. Run these commands in Ubuntu terminal to install geth:
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum