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

Install Remote Desktop on Lubuntu & Wireshark

Update May 2020: Current versions of Ubuntu / Redhat 20.04 contain broken xrdp packages. Thus,…

Installing Simple NFS GUI (for Ubuntu / Mint / Debian)

Overview: Simple NFS GUI is a Linux application that automates the whole NFS share configuration…

Installing VMWare Tools on Linux Guest Virtual Machines

Installation Process # Installing VMWare Tools mkdir /mnt/cdrom mount /dev/cdrom /mnt/cdrom cp /mnt/cdrom/VMwareTools-*.tar.gz /tmp/ cd…