Go back

How to Upgrade Geth

Please follow below steps to upgrade Geth to the latest version.

  1. Open terminal and run below command to check the geth version
geth version
  1. Stop syncing by running
sudo killall -HUP geth 
  1. Run
sudo apt update
sudo apt upgrade
  1. Reboot the Virtual Machine

  2. Check for geth version

  3. After reboot, syncing will start automatically.

Go back