You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Linux Repositories Help - Google Linux Repositories Basics
I have problem with downloding PGP key for Ubuntu7.10
Isaw same thing as Tana when use the link
https://dl-ssl.google.com/linux/linux_signing_key.pub "No valid OpenPGP data found" . ..
Can anyone explaine what I should do
MichaelM
unread,
May 27, 2008, 1:23:26 PM5/27/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Linux Repositories Help - Google Linux Repositories Basics
What commands are you running to download and import the key? What
does the file contain when you download it? Does it match what you see
if you open that URL in a web browser?
Domenico
unread,
Jul 5, 2008, 4:00:05 PM7/5/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Linux Repositories Help - Google Linux Repositories Basics
But it didn't work as expected; it seems that the command
sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
is not actually getting the key through (I don't know why, probably
because of the chained commands), so I split the commands.
The problem here is trying to run 'sudo' with the pipe; the second
command is not actually running as root, which 'apt-key add' requires.
You could also have done: