# Install Google Earth
cd /tmp
wget https://dl.google.com/dl/earth/client/current/google-earth-pro-stable_current_amd64.deb
sudo dpkg -i google-earth-pro-stable_current_amd64.deb
# Run the program and detach from Shell
nohup google-earth-pro &
# A better method to trigger GUI
google-earth-pro </dev/null &>/dev/null &
Categories: