How to Install Google Earth on Linux Mint 19

Table of Contents
Install Google Earth on Linux Mint 19
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 Linux Mint 19.
Prerequisites
Before you start to install Google Earth on Linux Mint 19. You must have the sudo user account credentials of your system.
Install Googe Earth
To install Google Earth on Linux Mint 19, we need to install gdebi
package on your Linux Mint 19 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 Applications -> 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 Linux Mint 19. If you have any queries regarding this then please don’t forget to comment below.
LATEST POSTS
-
How to Install R on Debian 10
-
How to Install MariaDB 10 on CentOS 7
-
How to Create Zip Files in Linux
-
How to Install PhpStorm on CentOS 8
-
How to Install PHP on Ubuntu 18.04
-
How to install Django Web Framework on Debian 9
-
How to Install MariaDB 10 on Linux Mint 19
-
How to Uninstall Programs from Ubuntu System
-
How to Save a File in Vim or Vi and Quit the Editor
-
How to Install R on Debian 9
-
How to Install CMake on Debian 10
-
How Install Redis on CentOS 7