3

My Ubuntu 16.04 only displays an empty white window for the Software Updater:

enter image description here

I can run apt-get update without a problem:

...
Fetched 94,5 kB in 5s (17,1 kB/s)                  
Reading package lists... Done
orschiro
  • 13,317
  • 17
  • 87
  • 161

1 Answers1

4

This seems to be a bug, run and update via terminal (ctrl+alt+t) to fix this, you can do this with the following commands:

sudo apt-get update
sudo apt-get dist-upgrade
Videonauth
  • 33,355
  • 17
  • 105
  • 120