GPG error on N900 when doing update on command line

2011-06-22 200 words 1 min read

Nokia N900 communicator/internet tablet
Image via Wikipedia

If you have added some extra repositories to your Nokia N900 and are trying to do something ( like update, install or any other apt-get operation) you might see some errors or warnings related to the GPG keys. The errors would come because the Public keys for the reporisitories are not present in the gpg database 🙂

Cool, now you know the reason, but what to do…  Add them as below:

(Before doing this note down the keys when you are getting the errors/warnings. We will need those keys to get the public keys from the public server. I am taking “010908312D230C5F” as an example here.)

  <td>
    <div class="text codecolorer">
      gpg --keyserver pgpkeys.mit.edu --recv-key &nbsp;010908312D230C5F gpg -a --export 010908312D230C5F | sudo apt-key add -
    </div>
  </td>
</tr>
1

and if you need to see the currently active repositories then you can
open the following file and check the contents:

  <td>
    <div class="text codecolorer">
      vim /etc/apt/sources.list.d/hildon-application-manager.list
    </div>
  </td>
</tr>
1
Enhanced by Zemanta

author

Authored By Amit Agarwal

Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.

We notice you're using an adblocker. If you like our webite please keep us running by whitelisting this site in your ad blocker. We’re serving quality, related ads only. Thank you!

I've whitelisted your website.

Not now
This website uses cookies to ensure you get the best experience on our website. Learn more Got it