Advertisement
Guest User

Untitled

a guest
Feb 10th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. I'm having trouble downloading software apps from www.getdeb.net, for Linux ubuntu 10.04 LTS I've done a few things like added these: synaptic package manager and go to settings>repositories>other software (tab)> +add button and put in:
  2.  
  3. deb http://archive.getdeb.net/ubuntu maverick-getdeb apps
  4.  
  5. close window and reload when asked. Close synaptic. Then open a terminal and do:
  6. wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
  7. then
  8. sudo apt-get update: Then > close window and reload when asked. Close synaptic. Then open a termial and do:
  9. wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -then
  10. sudo apt-get update.
  11.  
  12. Now I get this error message: W: GPG error: http://archive.getdeb.net maverick-getdeb Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A8A515F046D7E7CF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement