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 installed a fresh copy of Ubuntu 11.10. How to open the Synaptic Package Manager?

share|improve this question
I tried sudo apt-get install synaptic and I get this: Reading package lists... Done Building dependency tree Reading state information... Done Package synaptic is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another sourceE: Package 'synaptic' has no installation candidate What should I do? – ankur Mar 11 at 21:01

1 Answer

up vote 9 down vote accepted

You need to install Synaptic first. You can do that by clicking here: Synaptic

or by typing

sudo apt-get install synaptic

in a terminal.

share|improve this answer
4  
In case anybody's wondering, this is necessary because Synaptic is no longer installed in Ubuntu by default, starting with 11.10. – WarriorIng64 Oct 21 '11 at 3:13
BTW, lot of programs required for non-cli folks are missing. I was not able to add a user in a group from UI, the screen saver and the power settings are missing. Not all applications were shown in the 'startup-applications', I had to manually tweak /etc/xdg/autostart. Ubuntu was supposed to be for Linux beginers, I think it's getting away from it. FYI, I had been using Ubuntu for more than 5 years and this is the first release I didn't like. There will be more Q likes these :( OMG Ubuntu !!! – Praveen Sripati Oct 21 '11 at 4:47
@Praveen It sounds like your upgrade is incomplete, you should post that as a new question. – Jorge Castro Oct 21 '11 at 12:05
@Jorge - I did a complete fresh install and all the problems which I mentioned exist and I did find solutions for the same. – Praveen Sripati Oct 22 '11 at 4:24

protected by Community May 6 at 23:08

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.