glfs/general/sysutils/cpio/cpio-inst.xml

14 lines
334 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>cpio</application></title>
<para>Install <application>cpio</application> by running the following commands:
</para>
<screen><userinput><command>./configure --prefix=/usr --libexec=/usr/sbin \
--bindir=/bin &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>