I can't install rmagic due to the dependencies errors:
$ sudo apt-get install libmagickwand-dev
Reading package lists... Done
//...............
The following packages have unmet dependencies:
libmagickwand-dev : Depends: libmagickwand5 (= 8:6.7.7.10-5ubuntu2) but 8:6.7.7.10-5ubuntu2.1 is to be installed
Depends: libmagickcore5-extra (= 8:6.7.7.10-5ubuntu2) but 8:6.7.7.10-5ubuntu2.1 is to be installed
Depends: libmagickcore-dev (= 8:6.7.7.10-5ubuntu2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I have the last version of gcc. I also did
sudo add-apt-repository ppa:ricotz/testing
sudo apt-get update
That didn't help me. What should I do?
autoremove
everything installed with no problems! – JoKeR Feb 02 '14 at 20:31