jcdole
October 15, 2014, 7:12pm
1
Hello.
The following repos points to v6 : http://dl.google.com/linux/earth/rpm/stable/x86_64 .
The two following adresses can be use to get google-earth v7 by issuing the command :
wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_x86_64.rpm
or
wget http://dl.google.com/earth/client/current/google-earth-stable_current_x86_64.rpm
but these adresses cannot be used for definning opensuse repos using zypper.
Any help is welcome
hcvv
October 15, 2014, 8:15pm
2
I am not sure what you want.
This link gives me a not found (error 404).
jcdole:
The two following adresses can be use to get google-earth v7 by issuing the command :
wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_x86_64.rpm
or
wget http://dl.google.com/earth/client/current/google-earth-stable_current_x86_64.rpm
but these adresses cannot be used for definning opensuse repos using zypper.
Any help is welcome
Those are RPMs. You can install them with e.g.
yast --install .........rpm
or
zyper install ...........rpm
or even
rpm --install ..........rpm
but in the last case, I assume you bypass the zypper/YaST database.
jcdole
October 27, 2014, 2:22pm
3
1°)
linux-my-server-config:~ # wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_x86_64.rpm
--2014-10-27 14:11:10-- http://dl.google.com/dl/earth/client/current/google-earth-stable_current_x86_64.rpm
Resolving dl.google.com (dl.google.com)... 173.194.45.228, 173.194.45.227, 173.194.45.230, ...
Connecting to dl.google.com (dl.google.com)|173.194.45.228|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 62789661 (60M) [application/x-redhat-package-manager]
Saving to: ‘google-earth-stable_current_x86_64.rpm.1’
100%===========================================================================================================================>] 62,789,661 1.77MB/s in 34s
2014-10-27 14:11:44 (1.77 MB/s) - ‘google-earth-stable_current_x86_64.rpm’ saved [62789661/62789661]
linux-my-server-config:~ #
2°)
linux-my-server-config:~ # wget http://dl.google.com/earth/client/current/google-earth-stable_current_x86_64.rpm
--2014-10-27 14:08:23-- http://dl.google.com/earth/client/current/google-earth-stable_current_x86_64.rpm
Resolving dl.google.com (dl.google.com)... 173.194.45.228, 173.194.45.227, 173.194.45.230, ...
Connecting to dl.google.com (dl.google.com)|173.194.45.228|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 62789661 (60M) [application/x-redhat-package-manager]
Saving to: ‘google-earth-stable_current_x86_64.rpm.1’
100%===========================================================================================================================>] 62,789,661 1.77MB/s in 34s
2014-10-27 14:08:58 (1.76 MB/s) - ‘google-earth-stable_current_x86_64.rpm.1’ saved [62789661/62789661]
linux-my-server-config:~ #
I would like to know which google-earth repos address is in use for the latest release (current is 7.1) if anyone exists.
I dislike to go to google-earth site and then click to download, and then copy rpm to my zypper local repos and then start zypper.
hcvv
October 27, 2014, 7:20pm
4
I used Search for a search and did not find anything. So I guess it is not in a repo (at least not in OBS). I assume you have to do with the PRM. That is already something, I can remeber having to execute some special Googleearth insall script.