Created
February 4, 2013 21:09
-
-
Save trinitronx/4709742 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 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
Hi, I'm having the same problem on a brand new Ubuntu 12.04 system. Were you able to fix it?