|
|
|
|
Ah c'est beaucoup plus simple que ça pour installer google earth.
(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 |