googleearth, how do you install

Started by michaa7, 2013/05/21, 21:17:39

Previous topic - Next topic

michaa7

I found this website

http://www.google.com/linuxrepositories/

I found the apt-gpg-key, but I did not find a repo. Can someone give me a pointer?
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

dibl

Hi Michaa,

Install (use apt-get) the googleearth-package from the standard repo.

root@imerabox:/# apt-cache policy googleearth-package
googleearth-package:
 Installed: 0.7.0
 Candidate: 0.7.0
 Version table:
*** 0.7.0 0
       500 http://ftp.us.debian.org/debian/ unstable/contrib amd64 Packages
       500 http://http.debian.net/debian/ unstable/contrib amd64 Packages
       100 /var/lib/dpkg/status



Then, as user, run

make-googleearth-package

This will download what is needed (hopefully) and build the .deb package for you.  Then (as root) install it with dpkg.

I haven't tried it for some time -- on 64 bit it is sometimes a challenge.  I think towo makes the package on a 32-bit system and then copies it to the 64-bit system (with multiarch enabled) to install it.

Good luck!
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

michaa7

Thanks.

First I did look with "apt-cache search google -n", but it seems I overlooked it. On my WS I'm on 32 bit, so no problem.

EDIT:// @ all
make sure  libfreeimage3 and libraw5 is installed.

No problem with d/l and install. Works now.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake