Last Updated: June 11, 2018
·
5.179K
· ivanoats

Install nokogiri gem on CentOS with prerequesites

The Nokogiri ruby gem is an HTML, XML, SAX, and Reader parser. Installing nokogiri can be tricky, Here's what you need to do on CentOS:

yum install libxslt-devel libxml2-devel
gem install nokogiri

1 Response
Add your response

Thank you! it helps a lot.

over 1 year ago ·