finished 1.10
[linux_from_scratch.git] / BOOK / chapter06 / nettools-inst.xml
blobc1f671f5192070d5febc980879773de8f99a9841
1 <sect2>
2 <title>Installation of Net-tools</title>
4 <para>Install Net-tools by running the following commands:</para>
6 <para><screen><userinput>make &amp;&amp;
7 make update</userinput></screen></para>
9 <para>If you want to accept all the default answers, you can run these
10 commands instead:</para>
12 <para><screen><userinput>yes "" | make &amp;&amp;
13 make update</userinput></screen></para>
15 <para>If you don't know what to answer to all the questions asked during
16 the <userinput>make</userinput> phase, then just accept the defaults, which
17 will be just in fine in the majority of the cases. What you are asked here
18 are a bunch of questions relating to the kind of network protocols that you
19 have enabled in your kernel.</para>
21 <para>The default answers will enable the tools from this package to work
22 with the most common protocols such as TCP, PPP and a bunch of others. You
23 still need to actually enable these protocols in the kernel. What you do
24 here is merely telling the programs to be able to use those protocols, but
25 it's up to the kernel to make them available to the system.</para>
27 </sect2>