Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

install rmagick ubuntu (See related posts)

let's undo some of the damage (just in case):
sudo apt-get remove --purge librmagick-ruby-doc librmagick-ruby1.8


Next let's get the version we need:
sudo apt-get install libmagick9-dev ruby1.8-dev


Lastly, go grab rmagick, the gem
sudo gem install rmagick

You need to create an account or log in to post comments to this site.


Click here to browse all 4858 code snippets

Related Posts