GoogleEarth
How i installed GoogleEarth
This install the dependencies needed
su -
yum -y install mesa-libGL.i686 bitstream-vera-fonts-common libxml2.i686 gtk2.i686 libSM.i686 qt-x11 redhat-lsb-graphics.i686 redhat-lsb-printing.i686 redhat-lsb.i686
Now to install the GoogleEarth repo, in the same terminal copy paste below
cat >> /etc/yum.repos.d/google-earth.repo << EOF
[google-earth]
name=google-earth
baseurl=http://dl.google.com/linux/earth/rpm/stable/$(uname -i)
enabled=1
gpgcheck=0
EOF
Now to install GoogleEarth (same terminal again)
yum -y --nogpgcheck install google-earth-stable


