How To Install Google Earth On Ubuntu 17.04

How to install Google Earth in Ubuntu 17.04. Google Earth puts a planet’s worth of imagery and other geographic information right on your desktop. View exotic locales like Maui and Paris as well as points of interest such as local restaurants, hospitals, schools, and more.

Install Google Earth

Before you install Google Earth, make sure the lsb-core package is installed:

sudo apt-get install lsb-core

Now run the following commands to install Google Earth:

sudo apt-get update
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/earth/deb/ stable main" >> /etc/apt/sources.list.d/google-earth.list'
sudo apt-get update
sudo apt install google-earth-stable

Uninstall Google Earth

You can uninstall Google Earth as any other package. From the terminal you can do it using the following commands:

sudo apt-get update
dpkg --list 'google-earth*' | cat
sudo dpkg -P google-earth-stable
rm -rf ~/.googleearth

How To Install Google Earth On Ubuntu 17.04 originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.