Google Earth
De Wiki EELL.
Cette page est encours d'écriture
Les codes proposés ne sont pas encore validés.
Tant que ce message n'aura pas disparu, veuillez considérer que son contenu est sujet à caution
Recompilation de GOOGLE EARTH pour linux deian-ubuntu
- This is only a workaround until Google Earth is repackaged.
La version linux ubuntu proposée en téléchargement sur Google[1] ne respecte pas les règle de debian. C'est le résultat de conversions d'autres paquets comme rpm vers deb avec Alien[2]. De plus, certaines dépendances doivent être modifiées pour que le logiciel soit compatible avec les nouvelles versions d'ubuntu.
Sommaire |
Google Earth Build Package
Traduction et arrangement du fichier copié de askubuntu.com[3]
- Vérifiez que le paquet ia32-libs est installé sur votre machine 64 bits.
- Téléchardez Google Earth x64 .deb[4]
- Ouvrez le Terminal, Copiez & Collez la commande suivante et pressez sur Entrée
sudo apt-get install libc6:i386 lsb-core
- Allez dans le répertoire de téléchargement, créez et déplacez le paquet dans un répertoire nommé getfix
- Avec un click droit sur le paquet Google Earth .deb & sélectionnnez Extraire ici
- Entrez dans le répertoire extrait.
- Entrez dans le répertoire DEBIAN
- Éditez le fichier control avec gedit
- Supprimez la ligne: Depends: lsb-core (>= 3.2), ia32-libs
- Maintenant Clickez Sauver, & Quitter le fichier control
- Ensuite, supprimez le paquet original google-earth .DEB téléchargé précédemment.
- Maintenant vous allez recréer le paquet debian google-earth .deb
- 1. Dans le Terminal, Copiez & Collez la commande suivante et pressez sur Entrée :
dpkg -b ~/Downloads/getfix/google-earth-stable_current_amd64
- 2. Copiez & Collez la commande suivante (cette commande installe le nouveau paquet .deb)
sudo dpkg -i ~/Downloads/getfix/google-earth-stable_current_amd64.deb
Recompilation
Le fichier control d'origine
Package: google-earth-stable Version: 7.1.2.2041-r0 Architecture: amd64 Maintainer: Google Earth Team <google-earth-support@google.com> Installed-Size: 198628 Pre-Depends: dpkg (>= 1.14.0) Depends: lsb-core (>= 3.2), ia32-libs Section: net Priority: optional Description: Explore, search and discover the planet Google Earth lets you fly anywhere to see satellite imagery, 3D buildings, 3D trees, terrain, Street View, planets and much more.
Le fichier control modifié
Package: google-earth-stable Version: 7.1.2.2041-r0 Section: net Architecture: amd64 Maintainer: Google Earth Team <google-earth-support@google.com> Installed-Size: 198628 Pre-Depends: dpkg (>= 1.14.0) Priority: optional Description: Explore, search and discover the planet Google Earth lets you fly anywhere to see satellite imagery, 3D buildings, 3D trees, terrain, Street View, planets and much more.
Le fichier de commandes
- Exécutable à placer au dessus du répertoire getfix
#!/bin/bash # File SimpleBuild # Build package Google Earth for ubuntu 13.10 & 14.04 dpkg -b getfix/google-earth-stable_current_amd64 sudo dpkg -i getfix/google-earth-stable_current_amd64.deb read inkey
Télécharger le reconditionneur de Google Earth pour debian-ubuntu
Ce gros travail de reconditionnement a été fait par Adrian Hotzic
Notez qu'il existe une ancienne version dans la logithèque ubuntu : googleearth-package 1.0.0
URL de téléchargements sécurisé sur lauchpad Toutes versions debian-ubuntu
Télécharger l'Archive des sources pour une recompilation éventuelle.
Télécharger le paquet du reconditionneur googleearth_all.deb, toutes architectures, serie saucy, pour une installation dans ubuntu 13.10
Installer le reconditionneur
- Avec la Logithèque ubuntu : cliquez sur googleearth-package_1.1.0_all.deb
- Avec la Konsole ou le Terminal :
sudo apt-get install ./googleearth-package_1.1.0_all.deb
Supprimer le correcteur
- Dans la logithèque untuntu recherchez googleearth et cliquez sur Supprimer
- Avec la Konsole ou le Terminal :
sudo apt-get remove googleearth-package
Installer Google Earth
googleearth-package; To use this package, run the 'make-googleearth-package' command. This will download Google Earth, and create a Debian package (.deb file) of its contents.
The Debian package can be installed with the command 'dpkg --install'.
Keep in mind that Google Earth itself is a binary-only, proprietary program; it's use is at your own risk. This package builder has no control over the behavior of Google Earth itself. If you experience video problems, crashes, or other bugs, your only hope is probably the Google Earth Community or the Google Earth Help site.
Note that this package itself is "Architecture: all", but generated packages will currently only work on x86 systems because Google Earth itself is only an i386 binary. Bulding on amd64 and ia64 is done via ia32-libs, which is a pretty big hack, and generates packages that lie about their architecture, but this seems to be what many people want, so it is now supported without needing the --force option.
- Ouvrez un terminal ou la konsole
- Créer un répertoire ~/Packaging/Google-Earth
install -d ~/Packaging/Google-Earth
- Dans le terminal ou la konsole entrez dans le répertoire Google-Earth
cd ~/Packaging/Google-Earth
- Copiez et collez les commandes suivantes dans un terminal
make-googleearth-package
sudo dpkg -i googleearth_6.0.3.2197+1.1.0-1_amd64.deb
- Lancer l'application dans le terminal
/usr/bin/googleearth &
Droits de copie
- googleearth-package
googleearth-package - utility to automatically build a Debian package of Google Earth Copyright © 2007-2009 Wesley J. Landaker <wjl@icecavern.net>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
- google earth[4]
Voir aussi
Références
- ↑ http://www.google.fr/intl/fr/earth/download/ge/agree.html
- ↑ Alien (Logiciel)
- ↑ http://askubuntu.com/questions/366438/how-to-install-google-earth-64bit-in-ubuntu-13-10-ia32-libs-dependency-error/366439#366439
- ↑ 4,0 4,1 http://www.google.fr/intl/fr/earth/download/ge/agree.html