View | Details | Raw Unified | Return to bug 138269 | Differences between
and this patch

Collapse All | Expand All

(-)chapter.sgml (+18 lines)
Lines 326-331 Link Here
326
    </sect2>
326
    </sect2>
327
327
328
    <sect2>
328
    <sect2>
329
      <title>Installing a Random Linux RPM Based Application</title>
330
331
      <para>FreeBSD has its own package database and it is used to track
332
	all ports (&linux; ports as well).  So the &linux; RPM database is not
333
	used (not supported).</para>
334
335
      <para>However if you need to install a random &linux; RPM-based
336
	application it can be achieved by:</para>
337
338
      <screen>&prompt.root; <userinput>cd /compat/linux</userinput>
339
&prompt.root; <userinput>rpm2cpio -q &lt; /path/to/linux.archive.rpm | cpio -id</userinput></screen>
340
341
      <para>Then brandelf installed ELF binaries (not libraries!).
342
	You will not be able to do a clean uninstall, but it may help you
343
	to do tests.</para>
344
    </sect2>
345
346
    <sect2>
329
      <title>Configuring the Hostname Resolver</title>
347
      <title>Configuring the Hostname Resolver</title>
330
348
331
      <para>If DNS does not work or you get this message:</para>
349
      <para>If DNS does not work or you get this message:</para>

Return to bug 138269