Slicehost: installing imagemagick

Get imagemagick running with RMagick on your Ubuntu slice:

CODE:
  1. sudo apt-get install imagemagick
  2. sudo apt-get install imagemagick9-dev
  3. sudo gem install rmagick

5 responses to “Slicehost: installing imagemagick”

  1. rbitar

    sudo apt-get install imagemagick9-dev

    Reading package lists… Done
    Building dependency tree… Done
    E: Couldn’t find package imagemagick9-dev

    Any thoughts on why this didn’t work?

  2. bambam

    How do you query the installed imagemagick package to determine what delegates have been included? If a delegate isn’t in the apt-get package, what do you do?

  3. two-bit-john

    I had the same issues as rbitar, and I verified that my /etc/apt/source.list has the universe source sites enabled. Is there something I’m missing? Thanks!

    -john

  4. dflowenfels

    what worked for me was this:
    sudo apt-get install libmagick9-dev

    (not imagemagick9-dev.. .that’s for fink)

Leave a Reply

Switch to our mobile site