aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/procps-inst.sgml
blob: 917def8c52866198dab127cebee27071340bb0bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<sect2>
<title>Installation of Procps</title>

<para>
Install Procps by running the following commands:
</para>

<blockquote><literallayout>

	<userinput>sed "s/XConsole/#XConsole/" Makefile | make -f -
		&amp;&amp;</userinput>
	<userinput>sed "s/XConsole/#XConsole/" Makefile | make -f - install
		&amp;&amp;</userinput>	
	<userinput>mv /usr/bin/kill /bin</userinput>

</literallayout></blockquote>

</sect2>