PDA

View Full Version : [ubuntu] Installing Google Earth



gjoseph
January 14th, 2009, 09:17 AM
Installed Google Earth in Ubuntu 8.10.

Followed these commands

sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list

sudo aptitude update && sudo aptitude install medibuntu-keyring && sudo aptitude update
sudo aptitude install googleearth-4.3

I could use google earth after installation. But it didn’t login afterwards when I opened it from Application>Internet.

Also now I am getting these error messages in update manager and package manager. My software source is server in India.

E: Type ‘–2009-01-14′ is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list
E: Unable to lock the list directory

E: Type ‘–2009-01-14′ is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list
E: The list of sources could not be read.
Go to the repository dialog to correct the problem.
E: _cache->open() failed, please report.

I am new to Linux & Ubuntu Please help to recover as well as installing Google Earth.

Regards

Ginu

iaculallad
January 14th, 2009, 09:26 AM
Try to terminate other installation process:


ps aux | grep apt

and use the kill/killall command to terminate any apt installation process running on background.

Partyboi2
January 14th, 2009, 09:28 AM
Open a terminal (Applications>Accessories>Terminal) and remove the file

sudo rm /etc/apt/sources.list.d/medibuntu.list
then re add the repo

sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list
then grab the key

wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update