# sudo apt-get install # sudo apt-get update # sudo add-apt-repository ppa:ethereum/ethereum # sudo apt-get update # sudo apt-get install ethereum # below command from .ethereum/ directory geth --http --http.addr "127.0.0.1" --http.corsdomain "*" --http.port "8545" --syncmode "light"