On 29 April 2013 18:08, Love U Ruby <[email protected]> wrote: > Carlos Mathiasen wrote in post #1107144: >> Nokogiri is a gem, them you only need >> >> gem install nokogiri >> >> but first you need install this libraries for ubuntu[0]: >> >> sudo apt-get install libxml2 libxml2-dev libxslt libxslt-de > > Tried but got error: > > kirti@kirti-Aspire-5733Z:~$ sudo apt-get install libxml2 libxml2-dev > libxslt libxslt-dev > [sudo] password for kirti: > Reading package lists... Done > Building dependency tree > Reading state information... Done > Note, selecting 'libxslt1-dev' instead of 'libxslt-dev' > E: Unable to locate package libxslt
You don't need libxslt, which is lucky as it does not exist. Repeat the apt-get but leave out libxslt. Colin > kirti@kirti-Aspire-5733Z:~$ > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

