FreeBSD Bugzilla – Attachment 99221 Details for
Bug 138269
[patch] [Handbook] add a section about installing a random linux rpm-based application
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
linux.rpm.diff
linux.rpm.diff (text/x-patch), 1.19 KB, created by
Boris B.Samorodov
on 2009-08-29 11:18:22 UTC
(
hide
)
Description:
linux.rpm.diff
Filename:
MIME Type:
Creator:
Boris B.Samorodov
Created:
2009-08-29 11:18:22 UTC
Size:
1.19 KB
patch
obsolete
>Index: chapter.sgml >=================================================================== >RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml,v >retrieving revision 1.138 >diff -u -r1.138 chapter.sgml >--- chapter.sgml 27 Aug 2009 12:48:48 -0000 1.138 >+++ chapter.sgml 29 Aug 2009 10:15:59 -0000 >@@ -326,6 +326,24 @@ > </sect2> > > <sect2> >+ <title>Installing a Random Linux RPM Based Application</title> >+ >+ <para>FreeBSD has its own package database and it is used to track >+ all ports (&linux ports as well). So the &linux RPM database is not >+ used (not supported).</para> >+ >+ <para>However if you need to install a random &linux RPM-based >+ application it can be achieved by:</para> >+ >+ <screen>&prompt.root; <userinput>cd /compat/linux</userinput> >+&prompt.root; <userinput>rpm2cpio -q < /path/to/linux.archive.rpm | cpio -id</userinput></screen> >+ >+ <para>Then brandelf installed ELF binaries (not libraries!). >+ You will not be able to do a clean uninstall, but it may help you >+ to do tests.<para/> >+ </sect2> >+ >+ <sect2> > <title>Configuring the Hostname Resolver</title> > > <para>If DNS does not work or you get this message:</para>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 138269
: 99221 |
99222