You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2007/06/03 19:54:35 UTC

[Nutch Wiki] Update of "GettingNutchRunningWithUbuntu" by CodeDemon

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.

The following page has been changed by CodeDemon:
http://wiki.apache.org/nutch/GettingNutchRunningWithUbuntu

The comment on the change is:
Added ant-optional to the list of packages to install on the system

------------------------------------------------------------------------------
  And get the packages we need.
  
  {{{
- # apt-get install ssh subversion ant lynx
+ # apt-get install ssh subversion ant ant-optional lynx
  }}}
  
  ssh is just good to have, subversion is used to get nutch, ant is used to build nutch and lynx is used to test nutch.