How to Upgrade Geth
Please follow below steps to upgrade Geth to the latest version.
- Open terminal and run below command to check the geth version
geth version
- Stop syncing by running
sudo killall -HUP geth
- Run
sudo apt update
sudo apt upgrade
- Reboot the Virtual Machine
- Check for geth version
- After reboot, syncing will start automatically.