How to Install Google Earth in Linux With One Command
by magnus0 in Design > Software
120511 Views, 15 Favorites, 0 Comments
How to Install Google Earth in Linux With One Command

Installing software in Linux can be tricky sometimes for the beginners. In this instructable, you can install Google Earth with only one command.
Installation

Just go to terminal, paste this command and press enter and it will download and install it for you:
wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin && chmod +x GoogleEarthLinux.bin && ./GoogleEarthLinux.bin
It can't get any easier.
wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin && chmod +x GoogleEarthLinux.bin && ./GoogleEarthLinux.bin
It can't get any easier.