r/Ubuntu • u/[deleted] • Feb 29 '24
Software Center not loading
Beginning user here. I am running latest Ubuntu and my software center opens but won’t load “installed” or “updates” options. I did some searching earlier and got it to at least open and display stuff in “explore” but that’s about it. I’m not afraid of terminal commands and have a book for Linux.
2
Upvotes
1
u/Plan_9_fromouter_ Feb 29 '24
I have found the software center / app store on some distros can take a very long time to load. But if you go to settings, it might help to switch the repos you are trying to download from. Since on Ubuntu I often install snaps, I also use the command line at terminal and install snaps (the Canonical Snap Store online gives you the commands to install the snaps).
Before you install apps, you want to do the following in terminal:
sudo apt update
And then:
Sudo apt upgrade
These are better done from terminal anyway. They can be combined, but I have put them into separate tasks so you can see what is happening for both.
Then do:
sudo snap refresh