lfs-utils-inst.xml 696 B

123456789101112131415161718192021222324
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Lfs-Utils</title>
  4. <para>Compile the package:</para>
  5. <para><screen><userinput>make</userinput></screen></para>
  6. <para>And install it:</para>
  7. <para><screen><userinput>make install</userinput></screen></para>
  8. <para>Now copy two supporting files included in the Lfs-Utils tarball to
  9. their destination:</para>
  10. <para><screen><userinput>cp -f etc/{services,protocols} /etc</userinput></screen></para>
  11. <para>The <filename>/etc/services</filename> file is used to resolve service
  12. numbers to human-readable names, and the <filename>/etc/protocols</filename>
  13. does the same for protocol numbers.</para>
  14. </sect2>