Posted On March 11, 2021

How To Install Google Earth on Linux Mint, Debian, or Ubuntu

kimconnect 0 comments
blog.KimConnect.com >> Linux >> How To Install Google Earth on Linux Mint, Debian, or Ubuntu
# Install Google Earth
cd /tmp
wget https://dl.google.com/dl/earth/client/current/google-earth-pro-stable_current_amd64.deb
sudo dpkg -i google-earth-pro-stable_current_amd64.deb

# Run the program and detach from Shell
nohup google-earth-pro &

# A better method to trigger GUI
google-earth-pro </dev/null &>/dev/null &

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

VMware Virtual Disk Manager Does Not Expand Partitions

If you are using the VMware Virtual Disk Manager included in GSX Server, VMware Server,…

How to Setup Software RAID on Ubuntu 20.04

Step 1: prepare to configure RAID by checking the system In the below example, we're…

Error: 502 Gateway Error

Explanation: 502 Gateway Error generally means connection problems with an upstream proxy. In this instance,…