Ubuntu Software -> All section is empty

Asked by mcandre

The first time I launched the Ubuntu Software app on a fresh Galaga Pro, the All section is empty. As a workaround, I relaunched the app.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Is it OK now?

Revision history for this message
seoking (theseoking) said :
#3

If sudo apt-get update && sudo apt-get upgrade followed by a restart doesn't fix the issue, I would suggest:

sudo apt-get dist-upgrade
Restart. If that doesn't help, you could also try backing up then deleting a folder in your home directory associated with the program. First, in Terminal or other CLI:

killall gnome-software
Then

mv ~/.local/share/gnome-software{,-BAK}
Reopen Ubuntu Software. (If needed, you can always undo the removal of the gnome-software folder and restore the backup: rm -r ~/.local/share/gnome-software && mv ~/.local/share/gnome-software{-BAK,})

Finally, if none of this works for you, I would be interested to know the output of:

find /etc/apt/ -name '*.list' -ls -exec cat {} \;
This is a list of all your allowed sources (sources are the repositories that contain the available software to download).

Although I can't think of any reason why you'd have nothing in sources.list, it's also the only explanation I can think of as to why nothing shows up as available in Ubuntu Software after trying all the normal troubleshooting steps.

https://get-9apps.com https://vidmate-apk.in https://get-cartoonhd.com

Revision history for this message
Barry allen (barryallen1337) said :
#4

Try installing the old software-center from the commandline:

sudo apt install software-center
Or try installing synaptic

sudo apt install synaptic

Revision history for this message
nemoo pinky (pinknemo13) said :
#5

sudo apt install software-center
Or try installing synaptic

sudo apt install synaptic

I tried this @Barry Allen and it worked

Thank you so much for your reply and helping me fixing the issue

Regards.
https://get-mxplayer.in & https://get-mxplayer.in/download/

Revision history for this message
feedtaleten (feedtaleten) said :
#6

Thank you so much for your reply and helping me fixing the issue

Can you help with this problem?

Provide an answer of your own, or ask mcandre for more information if necessary.

To post a message you must log in.