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

I'm an absolute newby for Linux / Ubuntu. Yesterday I installed Ubuntu 11.10 on an old computer. It seemed to work fine. However today when I started the computer again the software center had disappeared!!

It wasn't in my starter list. When I used the Dash button it wasn't in my application list.

In the Dash center you can also look to applications ready to download and there it was, the software center. But how do I download the software center without software center?

Double clicking, right clicking, nothing seems to work.

How can I get back the software center, and how do I prevent it from disappearing in the future?

share|improve this question

2 Answers

Just run the following command in a terminal:

sudo apt-get install software-center

The above command will install software-center in your computer. If it ever gets uninstalled or "disappears", you can run the command again to install it.

share|improve this answer
what if the software center is already installed? isn't purge recommended to do first? (or just remove it. ) – Alvar Mar 4 '12 at 15:33
it took my quite a while to find the terminal, but typing in the solution in works. It feels a bit back to the eighties, when I worked a lot with DOS. THX – Ruud Mar 4 '12 at 16:35
To quickly access the terminal, press CTRL + Alt + T. – James Mar 4 '12 at 16:40
@Ruud Don't forget to mark this answer as accepted if it resolved your issue. :) – WarriorIng64 Mar 4 '12 at 18:24

First, search for Ubuntu Software in the Dash.

If you found it, just drag it to the dock (or starter list ;) )

If Software Center doesn't appears, then open the Terminal program, searching in the Dash, and type sudo apt-get install software-center. Press Enter. Type your password (it won't appear anything while you type!), press Enter, press Y when asked and Enter again. When the installer finishes, search again in the Dash, and drop the icon to the Dock.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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