NO PUBKEY solved: Difference between revisions
adds See Also section |
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight" |
||
| 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: | ||
< | <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 | ||
</ | </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. | ||