Installation gogle earth sous ubuntu 8.04

Résolu
mak -  
 Benrabh -
Bonjour,
Je n'arrive pas à installergoogle earth sous ubuntu 8.04 64 bits.
J'ai le mesage d'erreur suivant:
Impossible d'afficher "/home/maco/Google_Earth_CZXD.bin"
aucune application n'est installée pour ce type de fichier.
Quelqu'un peut-il m'aider?
Maururu!!!
Mak
Configuration: Linux
Firefox 3.0

4 réponses

  1. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940
     
    Ah c'est beaucoup plus simple que ça pour installer google earth.
    1) Vérifie que tes pilotes 3D sont correctement installés. Si tu as une nvidia ou une ati il va falloir installer les drivers propriétaires de sorte à avoir le "direct rendering" :
    (mando@aldur) (~) $ glxinfo | grep -i render
    direct rendering: Yes
    OpenGL renderer string: GeForce 6600 GT/AGP/SSE/3DNOW!
        GL_NVX_conditional_render, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod,

    L'installation des drivers propriétaires ayant été développé de très nombreuses fois je ne m'étends pas sur cette étape.

    2) Essaye de voir si google earth apparaît quand tu tapes :
    apt-cache search googleearth

    Si c'est le cas passe directement à l'étape (4)

    3) Corrige /etc/apt/sources.list. Personnellement j'utilise :
    ## /etc/apt/sources.list
    ################################### O F F I C I E L  #################################################
    ################################################################################################
    ## hardy (packages officiels de base)
    ################################################################################################
    deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy main restricted multiverse universe
    deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy main restricted multiverse universe
    ##hardy Mirroir 1
    ##deb http://fr.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse
    ##deb-src http://fr.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse
    ##hardy Mirroir 2
    ##deb http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse
    ##deb-src http://archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse
    
    ################################################################################################
    ## hardy-security (mises à jour de sécurité)
    ################################################################################################
    deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy-security main restricted multiverse universe
    deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy-security main restricted multiverse universe
    ##hardy-security Mirroir 1
    ##deb http://fr.archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse
    ##deb-src http://fr.archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse
    ##hardy-security Mirroir 2
    ##deb http://archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse
    ##deb-src http://archive.ubuntu.com/ubuntu/ hardy-security main restricted universe multiverse
    
    ################################################################################################
    ## hardy-updates (mises à jour de bug, officielles)
    ################################################################################################
    deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy-updates main restricted multiverse universe
    deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy-updates main restricted multiverse universe
    ## hardy-updates Mirroir 1
    ##deb http://fr.archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse
    ##deb-src http://fr.archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse
    ## hardy-updates Mirroir 2
    ##deb http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse
    ##deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse
    
    ################################################################################################
    ## hardy-backports (mises à jour de version officielles)
    ################################################################################################
    #deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy-backports main restricted multiverse universe
    #deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy-backports main restricted multiverse universe
    ##hardy-backports Mirroir 1
    ##deb http://fr.archive.ubuntu.com/ubuntu/ hardy-backports main universe multiverse restricted
    ##deb-src http://fr.archive.ubuntu.com/ubuntu/ hardy-backports main universe multiverse restricted
    ##hardy-backports Mirroir 2
    ##deb http://archive.ubuntu.com/ubuntu/ hardy-backports main universe multiverse restricted
    ##deb-src http://archive.ubuntu.com/ubuntu/ hardy-backports main universe multiverse restricted
    
    ################################################################################################
    ## hardy Commercial
    ################################################################################################
    ##
    deb http://archive.canonical.com/ubuntu/ hardy partner
    deb-src http://archive.canonical.com/ubuntu/ hardy partner
    
    ################################### O F F I C I E U X #################################################
    ################################################################################################
    ## Medibuntu
    ################################################################################################
    ## wget -q http://fr.packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
    deb http://fr.packages.medibuntu.org/ hardy free non-free
    deb-src http://fr.packages.medibuntu.org/ hardy free non-free
    ################################################################################################
    ## VirtualBox
    ################################################################################################
    # wget -q http://www.virtualbox.org/debian/innotek.asc -O- | sudo apt-key add -
    #deb http://www.virtualbox.org/debian gutsy non-free

    Ensuite :
    wget -q http://fr.packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -

    4) Maintenant on cherche les mises à jours.
    sudo aptitude update
    sudo aptitude safe-upgrade
    apt-cache search googleearth

    Googleearth doit apparaître en deux versions 4.2 et 4.3. Chez moi la 4.3 marche mal donc on installe la 4.2 :
    sudo aptitude install googleearth-4.2

    Il ne reste plus qu'à lancer google earth...

    Bonne chance
    5
    1. mak
       
      Maururu roa mamiemando!!!!
      Ca marche superbien, j'ai pu installer google earth sur mon pc portable.
      Merci encore!
      Mak
      0
  2. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940
     
    Pas de quoi :-)

    Bonne continuation !
    -1
  3. dodo
     
    cool, ça marche nickel, superbes explications
    -1