This is a step by step beginner’s guide shows how to install Google Earth Pro or Enterprise Client in Ubuntu 24.04, Ubuntu 22.04, and Ubuntu 20.04
Today we can use Google Earth easily in web browser or mobile phone. For those still need a desktop app, it’s easy to install in Debian/Ubuntu through:
either Google’s official apt repository (native .deb packages),
or Flatpak package, that runs in sandbox environment.
Choose either one that you prefer, though both run in only amd64 (Intel/AMD) CPU architecture.
This simple tutorial shows how to install Google Earth Pro or Enterprise Client in Ubuntu 22.04 step by step.
Today we can use Google Earth easily in web browser or mobile phone. For those still need a desktop app, Google’s official apt repository provides the .deb packages for Debian/Ubuntu Linux.
1. Setup the key:
To add the Google Earth repository, you need to first install the key so your Ubuntu will trust the package from that repository.
To do so, press Ctrl+Alt+T on keyboard to open terminal and run the command below:
This is a single command that download the key file, dearmor it, and install as ‘earth.gpg’ file under ‘/etc/apt/trusted.gpg.d’ to follow the new Debian policy.
In case the command STUCK at blinking cursor, type user password (no visual feedback) and hit Enter for sudo authentication. And it should finally output un-readable messy code.
2. Add Google Earth repository:
After setup the key, run the command below will add the Google Earth apt repository into your system:
This command will create google.list file under ‘/etc/apt/sources.list.d’ directory, and write the line “deb [arch=amd64] http://… main” (without quotes) into that file.
3. Install Google Earth
Finally, refresh system package cache via command:
sudo apt update
And, then install the application by running command:
sudo apt install google-earth-pro-stable
You may replace google-earth-pro with google-earth-ec for Enterprise Client
After installation, search for and launch it from ‘Activities’ overview screen and enjoy!
Remove Google Earth and its repository
After installed the package, it setup the apt repository again so you’ll get duplicated warning next time you run apt update.
To fix it, launch “Software & Updates” and remove one of the sources under “Other Software” tab.
Or remove all of them if you don’t want to get updates from the repository any more.
And to remove the Google Earth package, run the command below in terminal (Ctrl+Alt+T):
This quick tutorial is going to show you how to install the latest Google Earth in Ubuntu 17.04 Zesty Zapus by adding the Google Earth Linux repository.
Although you can download Google Earth, Google Earth Pro, or Google Earth Enterprise Client packages from their direct web pages, here’s how to add the single Linux repository, select install one of them, and receive automatic updates via update manager.
Open terminal by pressing Ctrl+Alt+T or searching for “Terminal” from the start menu. When it opens, run following commands one by one:
1. Run command to download and install the Google keyring: