Changeset 2eef4339 for general/genutils/lsof.xml
- Timestamp:
- 01/24/2014 08:46:49 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- c684b9d
- Parents:
- 740597c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/lsof.xml
r740597c r2eef4339 57 57 </itemizedlist> 58 58 59 <bridgehead renderas="sect3">lsof Dependencies</bridgehead> 60 61 <bridgehead renderas="sect4">Required</bridgehead> 62 <para role="required"> 63 <xref linkend="libtirpc"/> 64 </para> 65 59 66 <para condition="html" role="usernotes">User Notes: 60 67 <ulink url="&blfs-wiki;/lsof"/></para> … … 65 72 <title>Installation of lsof</title> 66 73 67 <para>Install <application>lsof</application> by running the following 68 commands:</para> 74 <para>The <application>lsof</application> tarball includes several files, 75 between them, another tarball with the source code, which needs, in turn, 76 to be unpacked. Install <application>lsof</application> by running the 77 following commands:</para> 69 78 70 79 <screen><userinput>tar xf lsof_&lsof-version;.tar && … … 79 88 <screen role="root"><userinput>install -v -m0755 -o root -g root lsof /usr/bin && 80 89 install -v lsof.8 /usr/share/man/man8</userinput></screen> 90 91 </sect2> 92 93 <sect2 role="commands"> 94 <title>Command Explanations</title> 95 96 <para> 97 <command>yes n |./Configure ...</command>: Automatically answer two 98 questions asked by the Configure script. 99 </para> 100 101 <para> 102 <command>make CFGL="-L./lib -ltirpc"</command>: Instruct make the libtirpc 103 libraries locations. 104 </para> 81 105 82 106 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.