bash-inst.xml 403 B

12345678910111213
  1. <sect2>
  2. <title>Installation of Bash</title>
  3. <para>Install Bash by running the following commands:</para>
  4. <para><screen><userinput>./configure --prefix=/usr --with-curses \</userinput>
  5. <userinput>&nbsp;&nbsp;&nbsp;--bindir=/bin &amp;&amp;</userinput>
  6. <userinput>make &amp;&amp;</userinput>
  7. <userinput>make install &amp;&amp;</userinput>
  8. <userinput>exec /bin/bash</userinput></screen></para>
  9. </sect2>