mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
3be4d973d4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
37 lines
765 B
XML
37 lines
765 B
XML
<sect1 id="ch-system-procps" xreflabel="Procps">
|
|
<title>Installing Procps-&procps-version;</title>
|
|
<?dbhtml filename="procps.html" dir="chapter06"?>
|
|
|
|
<para>The Procps package contains programs for monitoring processes.</para>
|
|
|
|
<screen>&buildtime; &procps-time;
|
|
&diskspace; &procps-compsize;</screen>
|
|
|
|
&aa-procps-down;
|
|
&aa-procps-dep;
|
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of Procps</title>
|
|
|
|
<para>Compile Procps:</para>
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
|
|
<para>Install it:</para>
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
<para>And remove a spurious library link:</para>
|
|
|
|
<screen><userinput>rm /lib/libproc.so</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
&aa-procps-shortdesc;
|
|
&aa-procps-desc;
|
|
|
|
</sect1>
|
|
|