First things first, you will need to edit the /etc/apt/sources.list file:
sudo gedit /etc/apt/sources.list
and add the following line at the end of the file:
deb http://dl.google.com/linux/deb/ stable non-free
Now download the key:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -and finialy update:
sudo apt-get update
You're good to go!
didn't work man... I have Intrepid any tips?
ReplyDeleteI've just installed a fresh copy of Ubuntu onto my laptop, and it has gave me an error too.
ReplyDeleteI have just checked on the Google page where it has a step-by-step on how to do this, but it is exactly the same as the steps I have above.
... Maybe it is a problem with Google?
I shall try again tomorrow morning.
Jam
I am running Jaunty Jackalope and have no problem after going to this page:
ReplyDeletehttp://www.google.com/linuxrepositories/aboutkey.html
Clicked the link for; https://dl-ssl.google.com/linux/linux_signing_key.pub and saved it as a txt file. I then went to Software sources and manually imported the key. Then sudo apt-get update and all is good.
I see this is an old post but this might help someone.