0

I installed fresh Ubuntu 20.04. The Softwarecenter is not loading.

I did sudo apt-get update and `sudo apt-get upgrade.

This is how it looks if I open it:

enter image description here

Or like this if I try to install a program over a dev file:

enter image description here

Problem remains after restarts.

Any idea what is causing this?

Adam
  • 2,300
  • 6
  • 33
  • 52
  • Related [Not all programs that are install-able are appearing in Ubuntu Software](https://askubuntu.com/questions/1274676/not-all-programs-that-are-install-able-are-appearing-in-ubuntu-software#comment2160263_1274676) and [What is the difference between 'gnome-software' and 'ubuntu-software'](https://askubuntu.com/questions/769129/what-is-the-difference-between-gnome-software-and-ubuntu-software). I went directly to `gnome-software` instead of trying to fix the faulty ubuntu software. – schrodingerscatcuriosity Oct 02 '20 at 15:55

1 Answers1

0

Have you tried reinstalling the GNOME Software Center?

sudo apt-get remove gnome-software
sudo apt-get install gnome-software*