Thursday, July 31, 2014

Install Google Earth in Ubuntu 14.04 64bit

Install Google Earth (with the required 32bit dependencies) in Ubuntu 14.04 (or 13.10) 64bit:
  
sudo apt-get install libfontconfig1:i386 libx11-6:i386 libxrender1:i386 \
 libxext6:i386 libgl1-mesa-glx:i386 libglu1-mesa:i386 libglib2.0-0:i386 libsm6:i386 
 
cd /tmp && wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb 
 
sudo dpkg -i google-earth-stable_current_i386.deb 
 
sudo apt-get install -f

No comments:

Post a Comment