source: prologue/why.xml@ fbee88e

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since fbee88e was fbee88e, checked in by Matthew Burgess <matthew@…>, 11 years ago

Add rationale for packages that were missing them.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10126 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 16.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="pre-why">
9 <?dbhtml filename="package-choices.html"?>
10
11 <title>Rationale for Packages in the Book</title>
12
13 <para>As stated earlier, the goal of LFS is to build a complete and usable
14 foundation-level system. This includes all packages needed to replicate
15 itself while providing a relatively minimal base from which to customize
16 a more complete system based on the choices of the user. This does not
17 mean that LFS is the smallest system possible. Several important packages
18 are included that are not strictly required. The lists below document the
19 rationale for each package in the book.</para>
20
21 <itemizedlist>
22
23 <listitem>
24 <para>Attr</para>
25
26 <para>This package contains programs for working with extended
27 attributes on filesystem objects. It is required by the libcap2
28 library.</para>
29 </listitem>
30
31 <listitem>
32 <para>Autoconf</para>
33
34 <para>This package contains programs for producing shell scripts that
35 can automatically configure source code from a developer's
36 template. It is often needed to rebuild a package after updates
37 to the build procedures.</para>
38 </listitem>
39
40 <listitem>
41 <para>Automake</para>
42
43 <para>This package contains programs for generating Make files from
44 a template. It is often needed to rebuild a package after updates
45 to the build procedures.</para>
46 </listitem>
47
48 <listitem>
49 <para>Bash</para>
50
51 <para>This package satisfies an LSB core requirement to provide
52 a Bourne Shell interface to the system. It was chosen over
53 other shell packages because of its common usage and extensive
54 capabilities beyond basic shell functions.</para>
55 </listitem>
56
57 <listitem>
58 <para>Binutils</para>
59
60 <para>This package contains a linker, an assembler, and other
61 tools for handling object files. The programs in this package are
62 needed to compile most of the packages in an LFS system and beyond.</para>
63 </listitem>
64
65 <listitem>
66 <para>Bison</para>
67
68 <para>This package contains the GNU version of yacc (Yet Another
69 Compiler Compiler) needed to build several other LFS programs.</para>
70 </listitem>
71
72 <listitem>
73 <para>Bzip2</para>
74
75 <para>This package contains programs for compressing and decompressing
76 files. It is required to decompress many LFS packages.</para>
77 </listitem>
78
79 <listitem>
80 <para>Check</para>
81
82 <para>This package contains a test harness for other programs.
83 It is only installed in the temporary toolchain.</para>
84 </listitem>
85
86 <listitem>
87 <para>Coreutils</para>
88
89 <para>This package contains a number of essential programs for viewing
90 and manipulating files and directories. These programs are needed for
91 command line file management, and are necessary for the installation
92 procedures of every package in LFS.</para>
93 </listitem>
94
95 <listitem>
96 <para>DejaGNU</para>
97
98 <para>This package contains a framework for testing other programs.
99 It is only installed in the temporary toolchain.</para>
100 </listitem>
101
102 <listitem>
103 <para>Diffutils</para>
104
105 <para>This package contains programs that show the differences
106 between files or directories. These programs can be used to create
107 patches, and are also used in many packages' build procedures.</para>
108 </listitem>
109
110 <listitem>
111 <para>E2fsprogs</para>
112
113 <para>This package contains the utilities for handling the ext2, ext3
114 and ext4 file systems. These are the most common and thoroughly
115 tested file systems that Linux supports.</para>
116 </listitem>
117
118 <listitem>
119 <para>Expat</para>
120
121 <para>This package contains a relatively small XML parsing library. It
122 is required by the XML::Parser Perl module.</para>
123 </listitem>
124
125 <listitem>
126 <para>Expect</para>
127
128 <para>This package contains a program for carrying out scripted
129 dialogues with other interactive programs. It is commonly used
130 for testing other packages. It is only installed in the temporary
131 toolchain.</para>
132 </listitem>
133
134 <listitem>
135 <para>File</para>
136
137 <para>This package contains a utility for determining the type of a
138 given file or files. A few packages need it to build.</para>
139 </listitem>
140
141 <listitem>
142 <para>Findutils</para>
143
144 <para>This package contains programs to find files in a file system.
145 It is used in many packages' build scripts.</para>
146 </listitem>
147
148 <listitem>
149 <para>Flex</para>
150
151 <para>This package contains a utility for generating programs that
152 recognize patterns in text. It is the GNU version of the lex
153 (lexical analyzer) program. It is required to build several
154 LFS packages.</para>
155 </listitem>
156
157 <listitem>
158 <para>Gawk</para>
159
160 <para>This package contains programs for manipulating text files.
161 It is the GNU version of awk (Aho-Weinberg-Kernighan). It is used in
162 many other packages' build scripts.</para>
163 </listitem>
164
165 <listitem>
166 <para>Gcc</para>
167
168 <para>This package is the Gnu Compiler Collection. It contains the
169 C and C++ compilers as well as several others not built by LFS.
170 </para>
171 </listitem>
172
173 <listitem>
174 <para>GDBM</para>
175
176 <para>This package contains the GNU Database Manager library. It
177 is used by one other LFS package, Man-DB.</para>
178 </listitem>
179
180 <listitem>
181 <para>Gettext</para>
182
183 <para>This package contains utilities and libraries for
184 internationalization and localization of numerous packages.</para>
185 </listitem>
186
187 <listitem>
188 <para>Glibc</para>
189
190 <para>This package contains the main C library. Linux programs would
191 not run without it.</para>
192 </listitem>
193
194 <listitem>
195 <para>GMP</para>
196
197 <para>This package contains math libraries that provide useful functions
198 for arbitrary precision arithmetic. It is required to build Gcc.</para>
199 </listitem>
200
201 <listitem>
202 <para>Gperf</para>
203
204 <para>This package generates a perfect hash from a key set; it is
205 required by Systemd.</para>
206 </listitem>
207
208 <listitem>
209 <para>Grep</para>
210
211 <para>This package contains programs for searching through files. These
212 programs are used by most packages' build scripts.</para>
213 </listitem>
214
215 <listitem>
216 <para>Groff</para>
217
218 <para>This package contains programs for processing and formatting text.
219 One important function of these programs is to format man pages.</para>
220 </listitem>
221
222 <listitem>
223 <para>GRUB</para>
224
225 <para>This package is the Grand Unified Boot Loader. It is one
226 of several boot loaders available, but is the most flexible.
227 </para>
228 </listitem>
229
230 <listitem>
231 <para>Gzip</para>
232
233 <para>This package contains programs for compressing and
234 decompressing files. It is needed to decompress many packages in LFS
235 and beyond.</para>
236 </listitem>
237
238 <listitem>
239 <para>Iana-etc</para>
240
241 <para>This package provides data for network services and protocols.
242 It is needed to enable proper networking capabilities.</para>
243 </listitem>
244
245 <listitem>
246 <para>Inetutils</para>
247
248 <para>This package contains programs for basic network
249 administration.</para>
250 </listitem>
251
252 <listitem>
253 <para>Intltool</para>
254
255 <para>This package contains internationalization tools; it is required
256 by Systemd.</para>
257 </listitem>
258
259 <listitem>
260 <para>IProute2</para>
261
262 <para>This package contains programs for basic and advanced IPv4 and
263 IPv6 networking. It was chosen over the other common network
264 tools package (net-tools) for its IPv6 capabilities. </para>
265 </listitem>
266
267 <listitem>
268 <para>Kbd</para>
269
270 <para>This package contains key-table files, keyboard utilities
271 for non-US keyboards, and a number of console fonts.</para>
272 </listitem>
273
274 <listitem>
275 <para>Kmod</para>
276
277 <para>This package contains programs needed to administer Linux
278 kernel modules.</para>
279 </listitem>
280
281 <listitem>
282 <para>Less</para>
283
284 <para>This package contains a very nice text file viewer that
285 allows scrolling up or down when viewing a file. It is also used by
286 Man-DB for viewing manpages.</para>
287 </listitem>
288
289 <listitem>
290 <para>Libcap2</para>
291
292 <para>This package contains functions that enable root privileges to be
293 partitioned into a set of distinct privileges. It is required by
294 Systemd.</para>
295 </listitem>
296
297 <listitem>
298 <para>Libpipeline</para>
299
300 <para>The Libpipeline package contains a library for manipulating
301 pipelines of subprocesses in a flexible and convenient way. It is
302 required by the Man-DB package.</para>
303 </listitem>
304
305 <listitem>
306 <para>Libtool</para>
307
308 <para>This package contains the GNU generic library support
309 script. It wraps the complexity of using shared libraries in a
310 consistent, portable interface. It is needed by the test
311 suites in other LFS packages.</para>
312 </listitem>
313
314 <listitem>
315 <para>Linux Kernel</para>
316
317 <para>This package is the Operating System. It is the Linux in
318 the GNU/Linux environment.</para>
319 </listitem>
320
321 <listitem>
322 <para>M4</para>
323
324 <para>This package contains a general text macro processor useful
325 as a build tool for other programs.</para>
326 </listitem>
327
328 <listitem>
329 <para>Make</para>
330
331 <para>This package contains a program for directing the building
332 of packages. It is required by almost every package in LFS.</para>
333 </listitem>
334
335 <listitem>
336 <para>Man-DB</para>
337
338 <para>This package contains programs for finding and viewing man pages.
339 It was chosen instead of the <application>man</application> package
340 due to superior internationalization capabilities. It supplies
341 the man program.</para>
342 </listitem>
343
344 <listitem>
345 <para>Man-pages</para>
346
347 <para>This package contains the actual contents of the basic
348 Linux man pages.</para>
349 </listitem>
350
351 <listitem>
352 <para>MPC</para>
353
354 <para>This package contains functions for the arithmetic of complex
355 numbers. It is required by Gcc.</para>
356 </listitem>
357
358 <listitem>
359 <para>MPFR</para>
360
361 <para>This package contains functions for multiple precision
362 arithmetic. It is required by Gcc.</para>
363 </listitem>
364
365 <listitem>
366 <para>Ncurses</para>
367
368 <para>This package contains libraries for terminal-independent
369 handling of character screens. It is often used to provide
370 cursor control for a menuing system. It is needed by a number of
371 packages in LFS.</para>
372 </listitem>
373
374 <listitem>
375 <para>Patch</para>
376
377 <para>This package contains a program for modifying or creating files by
378 applying a <emphasis>patch</emphasis> file typically created
379 by the <application>diff</application> program. It is needed by
380 the build procedure for several LFS packages.</para>
381 </listitem>
382<!--
383 <listitem>
384 <para>PCRE</para>
385
386 <para>This package provides a library that can be used to implement
387 regular expression pattern matching using the same syntax and semantics
388 as Perl 5. It is a mandatory dependency of Glib, and can also be used
389 by Grep.</para>
390 </listitem>
391-->
392 <listitem>
393 <para>Perl</para>
394
395 <para>This package is an interpreter for the runtime language
396 PERL. It is needed for the installation and test suites of several LFS
397 packages.</para>
398 </listitem>
399
400 <listitem>
401 <para>Pkg-config</para>
402
403 <para>This package provides a program to return meta-data about an
404 installed library or package.</para>
405 </listitem>
406
407 <listitem>
408 <para>Procps-NG</para>
409
410 <para>This package contains programs for monitoring processes. These
411 programs are useful for system administration, and are also used by
412 the LFS Bootscripts.</para>
413 </listitem>
414
415 <listitem>
416 <para>Psmisc</para>
417
418 <para>This package contains programs for displaying information
419 about running processes. These programs are useful for system
420 administration.</para>
421 </listitem>
422
423 <listitem>
424 <para>Readline</para>
425
426 <para>This package is a set of libraries that offers command-line
427 editing and history capabilities. It is used by Bash.</para>
428 </listitem>
429
430 <listitem>
431 <para>Sed</para>
432
433 <para>This package allows editing of text without opening it in a
434 text editor. It is also needed by most LFS packages' configure
435 scripts.</para>
436 </listitem>
437
438 <listitem>
439 <para>Shadow</para>
440
441 <para>This package contains programs for handling passwords
442 in a secure way.</para>
443 </listitem>
444
445 <listitem>
446 <para>Sysklogd</para>
447
448 <para>This package contains programs for logging system messages,
449 such as those given by the kernel or daemon processes when unusual
450 events occur.</para>
451 </listitem>
452
453 <listitem>
454 <para>Systemd</para>
455
456 <para>This package contains programs for controlling the startup,
457 running, and shutdown of the system.</para>
458 </listitem>
459
460 <listitem>
461 <para>Tar</para>
462
463 <para>This package provides archiving and extraction capabilities
464 of virtually all packages used in LFS.</para>
465 </listitem>
466
467 <listitem>
468 <para>Tcl</para>
469
470 <para>This package contains the Tool Command Language used
471 in many test suites in LFS packages. It is only installed in
472 the temporary toolchain.</para>
473 </listitem>
474
475 <listitem>
476 <para>Texinfo</para>
477
478 <para>This package contains programs for reading, writing, and
479 converting info pages. It is used in the installation
480 procedures of many LFS packages.</para>
481 </listitem>
482
483 <listitem>
484 <para>Util-linux</para>
485
486 <para>This package contains miscellaneous utility programs.
487 Among them are utilities for handling file systems, consoles,
488 partitions, and messages.</para>
489 </listitem>
490
491 <listitem>
492 <para>Vim</para>
493
494 <para>This package contains an editor. It was chosen because of its
495 compatibility with the classic vi editor and its huge number of powerful
496 capabilities. An editor is a very personal choice for
497 many users and any other editor could be substituted if desired.</para>
498 </listitem>
499
500 <listitem>
501 <para>XML::Parser</para>
502
503 <para>This package contains an XML Parsing library for Perl. It is
504 required by the Intltool package.</para>
505 </listitem>
506
507 <listitem>
508 <para>XZ Utils</para>
509
510 <para>This package contains programs for compressing and decompressing
511 files. It provides the highest compression generally available
512 and is useful for decompressing packages XZ or LZMA format.</para>
513 </listitem>
514
515 <listitem>
516 <para>Zlib</para>
517
518 <para>This package contains compression and decompression routines
519 used by some programs.</para>
520 </listitem>
521
522 </itemizedlist>
523
524</sect1>
525
Note: See TracBrowser for help on using the repository browser.