source: introduction/important/beyond.xml@ acfc391

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 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 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since acfc391 was acfc391, checked in by Larry Lawrence <larry@…>, 21 years ago

Part I review with modification to better match LFS

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1048 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<sect1 id="intro-important-beyond">
2<?dbhtml filename="beyond.html" dir="introduction"?>
3<title>Going Beyond <acronym>BLFS</acronym></title>
4
5<para>The packages that are installed in this book are only the tip of the
6iceberg. We hope that the experience you gained with the <acronym>LFS</acronym>
7book and the <acronym>BLFS</acronym> book will give you the background needed
8to compile, install and configure packages that are not included in this book.
9</para>
10
11<para>If you are in search of a package that is not in the book, the following
12are different ways you can search for the concerned package.</para>
13
14<itemizedlist>
15
16<listitem><para>If you know the name of the package, then search FreshMeat for
17at <ulink url="http://freshmeat.net/"/>. Also search Google at
18<ulink url="http://google.com/"/>. Sometimes a search for the rpm at
19<ulink url="http://rpmfind.net/"/> or the deb at
20<ulink url="http://www.debian.org/distrib/packages#search_packages"/> can also
21lead to the website for the package.</para></listitem>
22
23<listitem><para>If you know the name of the executable, but not the package
24that the executable belongs to, first try a google search with the name of the
25executable. If the results are overwhelming, try searching for the given
26executable in the debian repository at
27<ulink url="http://www.debian.org/distrib/packages#search_contents"/>.
28</para></listitem>
29
30</itemizedlist>
31
32<para>Some general hints on handling new packages:</para>
33
34<itemizedlist>
35
36<listitem><para>Many of the newer packages follow the <command>./configure
37&amp;&amp; make &amp;&amp; make install</command> <emphasis>dance</emphasis>
38routine. Help on the options accepted by configure can be obtained via the
39command <command>./configure --help</command>.</para></listitem>
40
41<listitem><para>Most of the packages contain documentation on compiling and
42installing the package. Some of the documents are excellent, some not so
43excellent. Check out the homepage of the package for any additional and updated
44hints for compiling and configuring the package.</para></listitem>
45
46<listitem><para>If you are having a problem compiling the package, try
47searching the lfs archives at <ulink url="http://search.linuxfromscratch.org/"/>
48for the error or if that fails try searching google. If everything else fails,
49try the blfs support mailing-list/news-server.</para></listitem>
50
51</itemizedlist>
52
53<tip><para>If you have found a package that is only available in .deb or .rpm
54format, there are two small scripts rpm2targz and deb2targz that are available
55at <ulink url="http://www.linuxfromscratch.org/~tushar/downloads/"/> to convert
56the archives into a simple tar.gz format.</para></tip>
57
58</sect1>
Note: See TracBrowser for help on using the repository browser.