when I try to download updates or pretty much anything else, I get a warning about not being able to download from an untrusted site. how do I stop this?

Asked by James McDaniel

This is the message I get when I try to download from the Ubuntu Software Center. (The action would require the installation of packages from not authenticated sources.) Could someone Please tell me how to fix this?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
James McDaniel
Solved:
Last query:
Last reply:
Revision history for this message
James McDaniel (mymcjamie) said :
#1

I am Running Ubuntu 10.10

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Can you give the output of:

sudo apt-get update; sudo apt-get upgrade

Thanks

Revision history for this message
James McDaniel (mymcjamie) said :
#3

thanx

Revision history for this message
Eliah Kagan (degeneracypressure) said :
#4

The problem is now fixed, since you ran those commands?

Revision history for this message
Jon (el-jonny) said :
#5

I had a very similar problem. Software Center was saying that I couldn't install the Geanie IDE or the CodeLite IDE because they were "untrusted". Found this question/answer and ran the commands #sudo apt-get update and #sudo apt-get upgrade and restarted Software Center. The packages then installed without a hitch. I think simply running #sudo apt-get update would have sufficed, though I ended up having upgrades for a few packages so it was good that I ran the upgrade command as well. Thank you actionparsnip! =)