Skip to content

Instantly share code, notes, and snippets.

@trinitronx
Created February 4, 2013 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trinitronx/4709742 to your computer and use it in GitHub Desktop.
Save trinitronx/4709742 to your computer and use it in GitHub Desktop.
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libmagickwand-dev : Depends: libmagickcore4-extra (= 8:6.6.9.7-5ubuntu3.2) but it is not going to be installed
Depends: libmagickcore-dev (= 8:6.6.9.7-5ubuntu3.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
@khelal
Copy link

khelal commented Mar 6, 2013

Hi, I'm having the same problem on a brand new Ubuntu 12.04 system. Were you able to fix it?

@trinitronx
Copy link
Author

@khelal: Solution appears to be to install libmagickcore-dev before libmagickwand-dev

sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment