Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I just completed a fresh install of 12.04. I logged in and tried to open the software center - it opens for only a few seconds, then it closes. It happens whether I am in the root account or guest account. There is no error message provided either.

share|improve this question

1 Answer

Try this. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the commands below.

sudo apt-get purge software-center

sudo apt-get install software-center

sudo apt-get update && sudo apt-get upgrade
share|improve this answer
It worked! Thank you!! I didn't perform the last task though because when I upgraded to 12.10 before I had all sorts of problems........but the fix you provided resolved my problem! Thank you again!!!! – user76133 Jul 10 '12 at 9:53
@user76133 If this answered your question, you may mark this answer as accepted. – Mitch Jul 10 '12 at 9:56

protected by Community Oct 3 '12 at 7:30

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.