Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
17
rated 0 times [  17] [ 0]  / answers: 1 / hits: 12282  / 2 Years ago, mon, november 22, 2021, 12:24:52

I can't install RMagick because of the following dependency problem after trying sudo apt-get install libmagick9-dev (required according to this) on Ubuntu 10.0.4:



Note, selecting libmagickwand-dev instead of libmagick9-dev 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: libmagickwand2 (= 7:6.5.7.8-1ubuntu1.1) but it is not going to be installed
Depends: libmagickcore2-extra (= 7:6.5.7.8-1ubuntu1.1) but it is not going to be installed
Depends: libmagickcore-dev (= 7:6.5.7.8-1ubuntu1.1) but it is not going to be installed


Trying to apt-get install libmagickwand2, I get this:



> The following packages have unmet dependencies:   libmagickwand2:
> Depends: libice6 (>= 1:1.0.0) but it is not installable
> Depends: libjpeg62 but it is not installable
> Depends: libmagickcore2 (>= 7:6.5.7.8) but it is not going to be installed
> Depends: libsm6 but it is not installable
> Depends: libtiff4 but it is not going to be installed
> Depends: libxt6 but it is not installable

More From » imagemagick

 Answers
1

This works:



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


according to dalibor-filus's comment below.



[Original answer - Okay I seem to have solved this with apt-get install imagemagick libmagickwand-dev, so libmagick9-dev wasn't necessary.]


[#39880] Tuesday, November 23, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
untroo

Total Points: 3
Total Questions: 110
Total Answers: 95

Location: Palestine
Member since Thu, Oct 28, 2021
3 Years ago
untroo questions
;