32

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.
Charo
  • 3,631
siraj
  • 5,307

3 Answers3

66

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

sudo apt-get update
sudo apt-get install synaptic
hack4mer
  • 115
2

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

Ashu
  • 9,482
ashutosh
  • 1,292
  • @ObsessiveSSOℲ: the link isn't a link to some instructions, it's a link to .deb files. – Flimm Jan 15 '13 at 17:34
  • 1
    why would you need any instructions if you got a .deb file already? Its the most simplest thing to install a deb file on ubuntu I guess – ashutosh Oct 07 '15 at 10:30
0

If this is happening then you either have a package version that 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.

guntbert
  • 13,134
Ashu
  • 9,482