Today i tried to install Google Earth on an Ubuntu laptop. I downloaded the software via http://www.google.de/earth/ and installed the debian package via:
Hmmm.... /opt/google/earth/free/googleearth is a shell script which tries to call ./googleearth-bin
googleearth-bin exists in /opt/google/earth/free and the right for execution is set....
But what is that at the upper status bar:
And choosing attributes i got:
So let's try to install lsb-core:
sudo dpkg -i google-earth-stable_current_i386.debBut then i tried to start the application i got:
$ google-earthGrrrrrr.... /usr/bin/google-earth is a link to /opt/google/earth/free/googleearth
/usr/bin/google-earth: 43: ./googleearth-bin: not found
Hmmm.... /opt/google/earth/free/googleearth is a shell script which tries to call ./googleearth-bin
googleearth-bin exists in /opt/google/earth/free and the right for execution is set....
But what is that at the upper status bar:
I clicked on the "No entry" sign and the package manager opens:
$ sudo apt-get install lsb-coreOk. Follow the instuctions:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Status-Informationen einlesen... Fertig
Probieren Sie »apt-get -f install«, um dies zu korrigieren:
Die folgenden Pakete haben nicht-erfüllte Abhängigkeiten:
lsb-core: Hängt ab: lsb-invalid-mta soll aber nicht installiert werden oder
mail-transport-agent
Hängt ab: m4 soll aber nicht installiert werden
$ sudo apt-get -f installAnd voila:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Status-Informationen einlesen... Fertig
Abhängigkeiten werden korrigiert... Fertig
Die folgenden zusätzlichen Pakete werden installiert:
alien bsd-mailx librpm0 librpmbuild0 librpmio0 lsb-core lsb-invalid-mta m4 ncurses-term pax rpm rpm-common rpm2cpio
Vorgeschlagene Pakete:
lsb-rpm lintian lsb elfutils rpm-i18n
Die folgenden NEUEN Pakete werden installiert:
alien bsd-mailx librpm0 librpmbuild0 librpmio0 lsb-core lsb-invalid-mta m4 ncurses-term pax rpm rpm-common rpm2cpio
0 aktualisiert, 13 neu installiert, 0 zu entfernen und 41 nicht aktualisiert.
1 nicht vollständig installiert oder entfernt.
Es müssen 5.491kB an Archiven heruntergeladen werden.
...
google-earth
No comments:
Post a Comment