Google Earth 6 how to install?

General talk about packaging procedures and packages.
Post Reply
solar
Posts: 20
Joined: 11. Jan 2011, 17:50
Location: Ukraine

Google Earth 6 how to install?

Post by solar »

Hi, I`am new in Salix (and Slackware based distros), btw after 5 hours of using I think it`s great. Could you please tell me the way to install Googleearth 6 to Salix(32 bit)? I find how-to about installing it on Slackware, but there are not *.bin files on Google`s page anymore, only .deb and .rpm Thanks.
User avatar
laplume
Donor
Posts: 348
Joined: 4. Sep 2010, 07:40
Location: (VI) Italy

Re: Google Earth 6 how to install?

Post by laplume »

Hello,
A small utiliy called rpm2tgz may help to you to install to convert rpm package into an installable package for Salix/Slackware.
rpm2tgz is available via Gslapt; install it and then download the rpm (generally on /home/Downloads.
When it's completed open a Terminal and navigate to the folder where the download is located; become root then type
rpm2tgz yourpackagename

That should run ok. Your tgz package should be ready to be installed with the usual installpkg command

Hope this helps,
User avatar
gapan
Salix Wizard
Posts: 6244
Joined: 6. Jun 2009, 17:40

Re: Google Earth 6 how to install?

Post by gapan »

It's also available through slapt-src.

Code: Select all

slapt-src -i GoogleEarth
Image
Image
solar
Posts: 20
Joined: 11. Jan 2011, 17:50
Location: Ukraine

Re: Google Earth 6 how to install?

Post by solar »

Thanks, I`ve installed it finally :D

1. Get binary dl.google.com/earth/client/current/GoogleEarthLinux.bin
2. chmod +x GoogleEarthLinux.bin
3. ./GoogleEarthLinux.bin
4. # ln -sf /lib/ld-linux.so.2 /lib/ld-lsb.so.3
Post Reply