NO PUBKEY solved: Difference between revisions

apt-get update still issues a key error after I used the two-command sequence, but not after the single command
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
I am comfortable with the command-line and it's the quickest solution.  Assuming you add the [https://launchpad.net/~gwibber-team Gwibber microblogging client] (where the key id is 5afadbd4aa1c92b0), this is the proper command:
I am comfortable with the command-line and it's the quickest solution.  Assuming you add the [https://launchpad.net/~gwibber-team Gwibber microblogging client] (where the key id is 5afadbd4aa1c92b0), this is the proper command:


<source lang="bash">
<syntaxhighlight lang="bash">
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5afadbd4aa1c92b0
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5afadbd4aa1c92b0
</source>
</syntaxhighlight>


"sudo" means that you will be prompted to enter you're system account password to execute the command as the super-user.
"sudo" means that you will be prompted to enter you're system account password to execute the command as the super-user.
Line 15: Line 15:


If you are more comfortable with graphical tools, then see the help.launchpad.net site where it walks you through those steps.
If you are more comfortable with graphical tools, then see the help.launchpad.net site where it walks you through those steps.
== See Also ==
[[Using keys]] describes more about using SSH and key authentication


[[Category:Help]]
[[Category:Help]]
[[Category:Applications]]
[[Category:Applications]]
[[Category:System Administration]]
[[Category:System Administration]]
[[Category:Security]]