devroom.io/drafts/2010-03-25-installing-the-nokogiri-ruby-gem-on-debian.md
Ariejan de Vroom dbae98c4c0 Moar updates
2013-03-24 14:27:51 +01:00

558 B

title kind slug created_at tags
Installing the Nokogiri ruby gem on Debian article installing-the-nokogiri-ruby-gem-on-debian 2010-03-25
Linux
Ruby
debian
rubygems
nokogiri
gems

To install Nokogiri on a Debian system you need some system packages in place. This snippet will get you going quickly. ~ First, install the necessary debian packages if you don't have them already:

apt-get install build-essential libxml2-dev libxslt1-dev

Then you can install nokogiri without any problem with gem install nokogiri