software center problem

Asked by hossam

i have Ubuntu 12.10, my software center didn't show anything it gives a dimmed page & i had to force quit it to close, can u help me with that?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Solved by:
N1ck 7h0m4d4k15
Solved:
Last query:
Last reply:
Revision history for this message
Best N1ck 7h0m4d4k15 (nicktux) said :
#1

Open a terminal (CTRL+ALT+T) and execute the commands below , one by one. CAREFULLY copy-paste from here. NO mistakes allowed.

sudo apt-get remove software-center
sudo rm -r /usr/share/software-center/
rm -r ~/.cache/software-center/
sudo apt-get install software-center ubuntu-desktop
sudo update-software-center

Then try to open it again.

Thanks

Revision history for this message
hossam (hos82) said :
#2

thank you it works well now.

Revision history for this message
hossam (hos82) said :
#3

Thanks NikTh, that solved my question.