4

Ubuntu 16.04 generates an error report saying the gnome software has crashed and asks me to restart the computer.

Why is the error occurring and how do I solve it?

Screenshot

MadMike
  • 4,244
  • 8
  • 28
  • 50

1 Answers1

4

Newbie in Ubuntu. I got the exact same error messages in 2 new fresh installs of Ubuntu 16.04 on VMware player 12. One consequence of this problem was that all icons in the Ubuntu Software Manager ended up being blanks.

Additionally the error message stated:

UnreportableReason: You have some obsolete package versions installed. PLease upgrade the following packages...

I completed the update process:

sudo apt-get update
sudo apt-get upgrade    
sudo apt-get dist-upgrade

Those steps resolved my problem.

note: apt-get upgrade left the gnome package and a few others kept back, so apt-get dist-upgrade allowed those left over packages to be installed. I understand there are some concerns about using apt-get dist-upgrade but since I had a fresh install of Ubuntu I went ahead with it and it solved my problem. Hope this helps.

Zanna
  • 70,465
  • What should I do if my install is not fresh anymore? – AlwaysLearning Dec 19 '16 at 07:46
  • 2
    You could still use "apt-get dist-upgrade" to complete your gnome related package upgrade. Just be aware that it may install new packages/features that you did not have before. There is always a concern that with new features come new bugs. – Thierry J Dec 19 '16 at 20:57
  • FWIW, the same happened to me. I solved it by completing the 3 steps involving apt-get. – Guillem Vicens Dec 21 '16 at 17:38
  • A simplier sudo apt-get upgrade gnome-software worked for me. – David Graham Jul 08 '17 at 23:08
  • 1
    Did not work for me, 16.04 LTS. Ubuntu Software crashes immediately after loading the icons for the Editor's Picks. – Evan May 23 '18 at 06:49