bash-dep2.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <sect2>
  2. <title>Dependencies</title>
  3. <para>Bash-&bash-depversion; needs the following to be installed:</para>
  4. <itemizedlist>
  5. <listitem><para>sh from the bash package</para></listitem>
  6. <listitem><para>ld from the binutils package</para></listitem>
  7. <listitem><para>as from the binutils package</para></listitem>
  8. <listitem><para>ar from the binutils package</para></listitem>
  9. <listitem><para>size from the binutils package</para></listitem>
  10. <listitem><para>cmp from the diffutils package</para></listitem>
  11. <listitem><para>rm from the fileutils package</para></listitem>
  12. <listitem><para>mv from the fileutils package</para></listitem>
  13. <listitem><para>cp from the fileutils package</para></listitem>
  14. <listitem><para>ls from the fileutils package</para></listitem>
  15. <listitem><para>chmod from the fileutils package</para></listitem>
  16. <listitem><para>cc from the gcc package</para></listitem>
  17. <listitem><para>grep from the grep package</para></listitem>
  18. <listitem><para>egrep from the grep package</para></listitem>
  19. <listitem><para>make from the make package</para></listitem>
  20. <listitem><para>sed from the sed package</para></listitem>
  21. <listitem><para>expr from the sh-utils package</para></listitem>
  22. <listitem><para>uname from the sh-utils package</para></listitem>
  23. <listitem><para>basename from the sh-utils package</para></listitem>
  24. <listitem><para>echo from the sh-utils package</para></listitem>
  25. <listitem><para>cat from the textutils package</para></listitem>
  26. <listitem><para>tr from the textutils package</para></listitem>
  27. </itemizedlist>
  28. </sect2>