How to Install Google Earth on Ubuntu 18.04 Linux

Table of Contents
Install Google Earth on Ubuntu 18.04 Linux
Google Earth is used to travel any place on the earth virtually. By using google earth you can check any place on the earth on your desktop also in 3D view. You can also check surfaces of Moon, Mars etc. In this tutorial, you are going to learn how to install Google Earth on Ubuntu 18.04 Linux.
Prerequisites
Before you start to install Google Earth on Ubuntu 18.04 Linux. You must have the sudo user account credentials of your system.
Install Googe Earth
To install Google Earth on Ubuntu 18.04 Linux, we need to install gdebi
package on your Ubuntu 18.04 Linux system. If you have not installed gdebi
package install it by running following command in terminal:
sudo apt install gdebi-core
Next, you need to download the Google Earth package by using wget
or curl
command. To download the package run following command:
wget https://dl.google.com/dl/earth/client/current/google-earth-pro-stable_current_amd64.deb
Now after downloading the package, you need to install the package using gdebi
command to do so run following command:
sudo gdebi google-earth-pro-stable_current_amd64.deb
Run Google Earth
You can run Google Earth by visiting Activities -> Google Earth
.
Otherwise, you can run the following command in the terminal to run Google Earth:
google-earth-pro
Conclusion
You have successfully learned How to Install Google Earth on Ubuntu 18.04 Linux. If you have any queries regarding this then please don’t forget to comment below.
LATEST POSTS
-
How to Check OS Version in Linux with Command Line
-
How to Change Hostname on Debian 10
-
How to Install MySQL on Ubuntu 18.04
-
How to Install FFmpeg on CentOS 7
-
How to Install Google Chrome on Debian 10
-
Bash Functions with Examples
-
How to Install Pip on Linux Mint 19
-
How to Install RubyMine on Manjaro 17
-
How to Install Apache on Debian 9
-
How to Install Skype on Linux Mint 19
-
How to Install WordPress with LEMP Stack on CentOS 7
-
How to Install Dropbox on CentOS 8 Server