Difference between revisions of "Instalasi Google Earth"

From OnnoWiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
  sudo apt-get install googleearth-package
 
  sudo apt-get install googleearth-package
 
  make-googleearth-package
 
  make-googleearth-package
 +
make-googleearth-package --force
 +
sudo dpkg -i googleearth_5.2.1.1329+0.5.7-1_i386.deb
 +
 +
file googleearth_5.2.1.1329+0.5.7-1_i386.deb tergantung source dari [[Google]].
 +
 +
==Alternatif Lain==
 +
 +
Download Google Earth untuk [[Linux]] dari
 +
 +
wget https://dl-ssl.google.com/linux/direct/google-earth-stable_current_i386.deb
 +
 +
Install
 +
 +
sudo dpkg -i google-earth-stable_current_i386.deb
 +
 +
 +
  
  

Latest revision as of 21:39, 16 March 2011

Jika repository ke MediBuntu https://help.ubuntu.com/community/Medibuntu bisa langsung lakukan

sudo apt-get install googleearth

Alternatif lain

sudo apt-get install googleearth-package
make-googleearth-package
make-googleearth-package --force
sudo dpkg -i googleearth_5.2.1.1329+0.5.7-1_i386.deb

file googleearth_5.2.1.1329+0.5.7-1_i386.deb tergantung source dari Google.

Alternatif Lain

Download Google Earth untuk Linux dari

wget https://dl-ssl.google.com/linux/direct/google-earth-stable_current_i386.deb

Install

sudo dpkg -i google-earth-stable_current_i386.deb



Uninstall

sudo rm -rf /opt/google-earth && sudo rm /usr/share/mime/application/vnd.google-earth.* \
/usr/share/mimelnk/application/vnd.google-earth.* /usr/share/applnk/Google-googleearth.desktop \
/usr/share/mime/packages/googleearth-mimetypes.xml /usr/share/gnome/apps/Google-googleearth.desktop \
/usr/share/applications/Google-googleearth.desktop /usr/local/bin/googleearth

Pranala Menarik