nettools-inst.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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>If you intend to accept the default settings, you may skip
  15. the questions generated by <emphasis>make</emphasis> by runing
  16. <userinput>yes "" | make</userinput>.</para>
  17. <para>Compile the package:</para>
  18. <para><screen><userinput>make</userinput></screen></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. One of the
  24. things net-tools replaces is sh-utils's version of /bin/hostname
  25. (net-tools's version is far better than sh-utils's version).</para>
  26. <para>Also, if you decide to reinstall this package at some point in the
  27. future, a make update won't backup all the files from a previous net-tools
  28. installation.</para>
  29. </sect2>