SparkyLinux Forums

Installation & Upgrade => Installation => Topic started by: Micha on January 26, 2016, 08:49:30 PM

Title: GoogleEarth Installer dont work
Post by: Micha on January 26, 2016, 08:49:30 PM
It shows the same symptoms like the Skype Installer with the missing package
Title: Re: GoogleEarth Installer dont work
Post by: pavroo on January 26, 2016, 09:36:57 PM
If you have the google-earch.deb package downloaded already, open a terminal emulator inside the downloade directory and run:
sudo dpkg -i google-earch-number-version.deb
It should failed so run:
sudo apt-get install -f
and check in the output what's missing.
Title: Re: GoogleEarth Installer dont work
Post by: Micha on January 27, 2016, 11:28:55 AM
The online installer gives the Message  "Something is wrong! probably you have stopped the installation or the repository server is down. It seens that after the failed installation the archive file automatically has been removed. So i downloaded google-earth-stable_current_amd64.deb manually and tried to install: unsolved dependency  lsb-core (>= 3.2)

sudo dpkg -i google-earth-number-version.deb   Result was:
michael@heimhirn:/tmp/mozilla_michael0$ sudo dpkg -i google-earth-number-version.deb
[sudo] Passwort für michael:
dpkg: Fehler beim Bearbeiten des Archivs google-earth-number-version.deb (--install):
Auf das Archiv kann nicht zugegriffen werden: Datei oder Verzeichnis nicht gefunden
Fehler traten auf beim Bearbeiten von:
google-earth-number-version.deb

means file google-earth-number-version.deb was not found

result of sudo apt-get install -f was  0 updated 0 new installed, 0 to remove und 0 not updated
Title: Re: GoogleEarth Installer dont work
Post by: pavroo on January 27, 2016, 12:02:00 PM
You have to change  the 'number'and 'version' for the present one in the deb package name you have downloaded.
Title: Re: GoogleEarth Installer dont work
Post by: Micha on January 27, 2016, 03:50:05 PM
Arrgh... shame on me (stupid) ;)  with google-earth-stable_current_amd64.deb it works but result is:  file lsbcore is missing.
Tryd to install last available for amd64 but result is: error, dependency is not fulfilled, lsb-security (>=4.1+Debian13+nmul). In the Sid repository is no lsbcore for amd64 archtecture
Title: Re: GoogleEarth Installer dont work
Post by: pavroo on January 27, 2016, 04:46:45 PM
Install 'lsb-core' instead of 'lsbcore' package.
Title: Re: GoogleEarth Installer dont work
Post by: Micha on January 27, 2016, 06:11:25 PM
I tried to install lsb-core  (forgot the - only in this post)