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

Uhhuh. NMI received for unknown reason 3d on CPU 4

Problem: Message from syslogd@linux03 at Aug 31 04:28:21 ... kernel:[273033.123489] Uhhuh. NMI received for unknown…

Installing IBM VPN Client

On a Linux Machine # Install VPN Client shellScript=https://support.arraynetworks.net/prx/001/http/supportportal.arraynetworks.net/downloads/pkg_9_4_0_385/MP_Linux_1.2.9/MotionPro_Linux_Ubuntu_x64_build-8.sh cd Desktop wget $shellScript sudo ./MotionPro_Linux_Ubuntu_x64_build-8.sh…

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…