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

I tried to install Synaptic Package Manager but I get the following error message:

Package dependencies cannot be resolved.
This error could be caused by required additional software packages which are missing or not installable. 
Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.
share|improve this question
Well does not your synaptic pacckage manager is installed? It seems you have your package already installed you are searching for. Goto System > Administration > "Synaptic Package Manager" and see if there is the thing you are searching here for – ashutosh May 5 '12 at 10:26

3 Answers

On the terminal type in the following commands (one line at a time) >>

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install synaptic
share|improve this answer

Just go here and install offline way if this helps. Synaptic packages for 12.04

share|improve this answer
@ObsessiveSSOℲ: the link isn't a link to some instructions, it's a link to .deb files. – Flimm Jan 15 at 17:34

If this is happening then you either have a package version the is lower than the required dependency version or one of your packages is broken.

You can try fixing the packages by running your update manager and checking for updates and installing them.

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.