1

Ubuntu Software Center doesn't work:

Screenshot of Ubuntu Software Center

Chai T. Rex
  • 5,193

2 Answers2

1

My Software Center was quitting on its own without even showing anything except the primary screen without any icons for any software. Thanks to Chai T.Rex, now it's working like a new machine.

sudo apt update
sudo apt dist-upgrade -y
karel
  • 114,770
0

Reinstall Ubuntu Software should solve the problem, press Ctrl+Alt+T to go to a terminal and type:

sudo apt purge gnome-software ubuntu-software
sudo apt autoremove
sudo apt install gnome-software ubuntu-software

Source

If above method is not working (which you already mention it), try removing Gnome Software cache:

 rm -R ~/.cache/gnome-software
Liso
  • 15,377
  • 3
  • 51
  • 80