Ignore:
Timestamp:
04/08/2003 06:13:49 AM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3e248486
Parents:
a5ecb00
Message:

added beyond blfs section

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/beyond.xml

    ra5ecb00 rd23a555  
    33<title>Going Beyond BLFS</title>
    44
    5 <para>NEW PAGE TO BE WRITTEN</para>
     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 LFS book and the BLFS
     7book will give you the background needed to compile, install and configure
     8packages that are not included in this book.</para>
     9
     10<para>If you are in search of a package that is not in the book, the following
     11are different ways you can search for the concerned package.</para>
     12
     13<itemizedlist>
     14
     15<listitem><para>If you know the name of the package, then search FreshMeat for
     16the package at <ulink url="http://freshmeat.net/"/>. Also search Google at
     17<ulink url="http://google.com/"/>. Sometimes a search for the rpm at
     18<ulink url="http://rpmfind.net/"/> or the deb at
     19<ulink url="http://www.debian.org/distrib/packages#search_packages"/> can also
     20lead to the website for the package.</para></listitem>
     21
     22<listitem><para>If you know the name of the executable, but not the package that
     23the executable belongs to, first try a google
     24search with the name of the executable. If the results are overwhelming, try
     25searching for the given executable in the debian repository at
     26<ulink url="http://www.debian.org/distrib/packages#search_contents"/>.
     27</para></listitem>
     28
     29</itemizedlist>
     30
     31<para>Some general hints on handling new packages:</para>
     32
     33<itemizedlist>
     34
     35<listitem><para>Many of the newer packages follow the <command>./configure
     36&amp;&amp; make &amp;&amp; make install</command> routine. Help of the
     37options accepted by configure can be obtained via the command
     38<command>./configure --help</command>.</para></listitem>
     39
     40<listitem><para>Most of the packages contain documentation on compiling and
     41installing the package. Some of the documents are excellent, some not so
     42excellent. Check out the homepage of the package for any additional and updated
     43hints for compiling and configuring the package.</para></listitem>
     44
     45<listitem><para>If you are having a problem compiling the package, try
     46searching the lfs archives at <ulink url="http://search.linuxfromscratch.org/"/>
     47for the error or if that fails try searching google. If everything else fails,
     48try the blfs support mailing-list/news-server.</para></listitem>
     49
     50</itemizedlist>
     51
     52<tip><para>If you have found a package that is only available in .deb or .rpm format,
     53there is are two small scripts rpm2targz and deb2targz that are available at
     54<ulink url="http://www.linuxfromscratch.org/~tushar/downloads/"/> to convert
     55the archives into a simple tar.gz format.</para></tip>
    656
    757</sect1>
Note: See TracChangeset for help on using the changeset viewer.