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

Logical Volume Management: A Practical Illustration

# Runas root kim@kimlinux:~$ sudo su - # List all disks fdisk -l | grep…

Network Time Protocol for CentOS 8

Check hardware clock [root@sftp testadmin]# hwclock --verbosehwclock from util-linux 2.32.1System Time: 1608158426.341727Trying to open: /dev/rtc0Using…

How To Change VMWare ESXi Hypervisor’s IP Address and Host Name

# List hypervisor's network interfaces esxcli network ip interface ipv4 get # Sample output [root@esx76:~]…