nettools-inst.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Net-tools</title>
  4. <para>If you don't know what to answer to all the questions asked during
  5. the <userinput>make</userinput> phase, then just accept the defaults, which
  6. will be just fine in the majority of the cases. What you are asked here
  7. are a bunch of questions relating to the kind of network protocols that you
  8. have enabled in your kernel.</para>
  9. <para>The default answers will enable the tools from this package to work
  10. with the most common protocols such as TCP, PPP and a bunch of others. You
  11. still need to actually enable these protocols in the kernel. What you do
  12. here is merely telling the programs to be able to use those protocols, but
  13. it's up to the kernel to make them available to the system.</para>
  14. <para>Compile the package:</para>
  15. <para><screen><userinput>make</userinput></screen></para>
  16. <para>If you intend to accept the default settings, you may skip
  17. the questions generated by <emphasis>make</emphasis> by running
  18. <userinput>yes "" | make</userinput> instead.</para>
  19. <para>Finish installing the package:</para>
  20. <para><screen><userinput>make update</userinput></screen></para>
  21. <para>The <emphasis>update</emphasis> option to <userinput>make</userinput>
  22. works similarly to the <emphasis>install</emphasis> option, with one
  23. exception: it doesn't make backups of files it's replacing.</para>
  24. <para>If you decide to reinstall this package at some point in the
  25. future, a <userinput>make update</userinput> won't backup all the files
  26. from a previous net-tools installation.</para>
  27. </sect2>