0

I'm trying to install the latest updates from my software manager and it wants me to install untrusted packages? Should I install the packages, if so, how? It just says it requires the untrusted packages and when I click OK it goes back to the Software Updater.

Spectro
  • 367
  • You didn't give us much information. Do you have this problem? – Lucio Aug 12 '13 at 20:48
  • No. I saw that thread and that isn't the same issue as mine. Sorry I didn't mention it before, but it's regular system updates. I'm not trying to install VLC or anything like that. – Spectro Aug 12 '13 at 22:03
  • But did you get the same window? – Lucio Aug 12 '13 at 22:08
  • It's similar, but no. I've also run through the steps mentioned in that thread and I'm still having the issue. That's why I made this post in the first place. – Spectro Aug 12 '13 at 22:11
  • Could you add a screenshoot? – Lucio Aug 12 '13 at 22:12
  • @Lucio it's not necessary anymore and I can't get to it anyway because I fixed it, I guess. I did sudo apt-get clean and sudo apt-get update again. I noticed there were 5 updates instead of 3 as there were when I asked this question, but I'm not sure if that is relevant. It ran through just fine and I no longer have an update icon in my tray, so everything seems to be fine. I'm not sure how I fixed it as I said I had already ran those two commands before when I read through the other thread. – Spectro Aug 12 '13 at 22:53

1 Answers1

2

Try running sudo apt-get clean and sudo apt-get update.

Spectro
  • 367