On Jan 25, 5:10 am, Harald Schilly wrote:
> Hi, whoever writes those guides, athttp://
www.google.com/linuxrepositories/apt.html
> you have missed the "sudo" at the first commands for the keys. Either
> that, or a "sudo -s" prior to everything, otherwise it doesn't work...
>
> h
And there is ambiguity about the first line of code:
wget -q -O -
https://dl-ssl.google.com/linux/linux_signing_key.pub |
apt-key add -
apt-get update
The hyphen at the end of the first line causes an error when I tried
it. Is it expecting a file location here?
Secondly, for the beginner, I then tried the webpage down load of the
key. The instructions fail to tell you to save the resulting webpage
with "file>save page as" FILENAME on your desktop to enable the next
step.
PeterM