0

I believe my internet briefly cut out while I was downloading an update and screwed something up.

When my update finished the update-notifier told me "a problem occurred when checking for updates."

I tried to show updates but the button isn't working. I have also tried to open terminal to run sudo apt-get update but terminal won't open.

Everything else seems to be working fine.

Any ideas on how to re download the update without using terminal?

EDIT: All the below suggestions haven't fixed the problem. I am going to reinstall ubuntu tonight most likely.

2 Answers2

2

You can press Ctrl+Alt+F1, login to console and run there

sudo apt-get install -f
sudo apt-get update
sudo apt-get upgrade
Pilot6
  • 90,100
  • 91
  • 213
  • 324
0
  1. Ctrl + Alt + F7 is your home ticket
  2. Use Ctrl + Alt + F1 to switch to tty1
  3. Login and make your updates
  4. Use your home ticket ;)
Hizqeel
  • 1,895
A.B.
  • 90,397