Changeset 476b709


Ignore:
Timestamp:
01/06/2002 06:09:20 PM (22 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v3_2, v3_3, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
58573b10
Parents:
ddba0b9
Message:

reformatted dependency lists

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

Location:
appendixa
Files:
51 edited

Legend:

Unmodified
Added
Removed
  • appendixa/autoconf-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 cmp from the diffutils package
    10 
    11 chmod from the fileutils package
    12 cp from the fileutils package
    13 ls from the fileutils package
    14 mkdir from the fileutils package
    15 mv from the fileutils package
    16 rm from the fileutils package
    17 
    18 m4 from the m4 package
    19 
    20 make from the make package
    21 
    22 perl from the perl package
    23 
    24 sed from the sed package
    25 
    26 basename from the sh-utils package
    27 expr from the sh-utils package
    28 
    29 cat from the textutils package
    30 tr from the textutils package
     7bash: sh
     8diffutils: cmp
     9fileutils: chmod, cp, ls, mkdir, mv, rm
     10m4: m4
     11make: make
     12perl: perl
     13sed: sed
     14sh-utils: basename, expr
     15textutils: cat, tr
    3116</literallayout>
    3217
  • appendixa/automake-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 cmp from the diffutils package
    10 
    11 chmod from the fileutils package
    12 cp from the fileutils package
    13 ls from the fileutils package
    14 mkdir from the fileutils package
    15 mv from the fileutils package
    16 rm from the fileutils package
    17 
    18 grep from the grep package
    19 
    20 make from the make package
    21 
    22 perl from the perl package
    23 
    24 sed from the sed package
    25 
    26 basename from the sh-utils package
    27 expr from the sh-utils package
    28 sleep from the sh-utils package
    29 
    30 cat from the textutils package
    31 tr from the textutils package
     7bash: sh
     8diffutils: cmp
     9fileutils: chmod, cp, ls, mkdir, mv, rm
     10grep: grep
     11make: make
     12perl: perl
     13sed: sed
     14sh-utils: basename, expr, sleep
     15textutils: cat, tr
    3216</literallayout>
    3317
  • appendixa/bash-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 size from the binutils package
    13 
    14 cmp from the diffutils package
    15 
    16 chmod from the fileutils package
    17 cp from the fileutils package
    18 ls from the fileutils package
    19 mv from the fileutils package
    20 
    21 rm from the fileutils package
    22 
    23 cc from the gcc package
    24 
    25 egrep from the grep package
    26 grep from the grep package
    27 
    28 make from the make package
    29 
    30 sed from the sed package
    31 
    32 basename from the sh-utils package
    33 echo from the sh-utils package
    34 expr from the sh-utils package
    35 uname from the sh-utils package
    36 
    37 cat from the textutils package
    38 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld, size
     9diffutils: cmp
     10fileutils: chmod, cp, ls, mv
     11fileutils: rm
     12gcc: cc
     13grep: egrep, grep
     14make: make
     15sed: sed
     16sh-utils: basename, echo, expr, uname
     17textutils: cat, tr
    3918</literallayout>
    4019
  • appendixa/bin86-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 as from the binutils package
    10 ld from the binutils package
    11 strip from the binutils package
    12 
    13 chmod from the fileutils package
    14 install from the fileutils package
    15 ln from the fileutils package
    16 mv from the fileutils package
    17 
    18 cc from the gcc package
    19 
    20 make from the make package
    21 
    22 sed from the sed package
     7bash: sh
     8binutils: as, ld, strip
     9fileutils: chmod, install, ln, mv
     10gcc: cc
     11make: make
     12sed: sed
    2313</literallayout>
    2414
  • appendixa/binutils-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 nm from the binutils package
    13 ranlib from the binutils package
    14 
    15 cmp from the diffutils package
    16 
    17 chmod from the fileutils package
    18 cp from the fileutils package
    19 ln from the fileutils package
    20 ls from the fileutils package
    21 mkdir from the fileutils package
    22 mv from the fileutils package
    23 rm from the fileutils package
    24 rmdir from the fileutils package
    25 touch from the fileutils package
    26 
    27 gcc from the gcc package
    28 
    29 egrep from the grep package
    30 grep from the grep package
    31 
    32 make from the make package
    33 
    34 sed from the sed package
    35 
    36 basename from the sh-utils package
    37 expr from the sh-utils package
    38 sleep from the sh-utils package
    39 uname from the sh-utils package
    40 
    41 makeinfo from the texinfo package
    42 
    43 cat from the textutils package
    44 sort from the textutils package
    45 tail from the textutils package
    46 tr from the textutils package
    47 true from the sh-utils package
    48 uniq from the textutils package
     7bash: sh
     8binutils: ar, as, ld, nm, ranlib
     9diffutils: cmp
     10fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir, touch
     11gcc: gcc
     12grep: egrep, grep
     13make: make
     14sed: sed
     15sh-utils: basename, expr, sleep, true, uname
     16texinfo: makeinfo
     17textutils: cat, sort, tail, tr, uniq
    4918</literallayout>
    5019
  • appendixa/bison-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 cmp from the diffutils package
    14 
    15 rm from the fileutils package
    16 cp from the fileutils package
    17 mkdir from the fileutils package
    18 ls from the fileutils package
    19 chmod from the fileutils package
    20 mv from the fileutils package
    21 ln from the fileutils package
    22 
    23 cc from the gcc package
    24 
    25 grep from the grep package
    26 
    27 make from the make package
    28 
    29 sed from the sed package
    30 
    31 basename from the sh-utils package
    32 expr from the sh-utils package
    33 sleep from the sh-utils package
    34 
    35 tr from the textutils package
    36 cat from the textutils package
     7bash: sh
     8binutils: ar, as, ld
     9diffutils: cmp
     10fileutils: rm, cp, mkdir, ls, chmod, mv, ln
     11gcc: cc
     12grep: grep
     13make: make
     14sed: sed
     15sh-utils: basename, expr, sleep
     16textutils: tr, cat
    3717</literallayout>
    3818
  • appendixa/bzip2-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 cp from the fileutils package
    14 ln from the fileutils package
    15 rm from the fileutils package
    16 
    17 gcc from the gcc package
    18 
    19 make from the make package
     7bash: sh
     8binutils: ar, as, ld
     9fileutils: cp, ln, rm
     10gcc: gcc
     11make: make
    2012</literallayout>
    2113
  • appendixa/chroot-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 bash from the bash package
    8 
    9 env from the sh-utils package
     7bash: bash
     8sh-utils: env
    109</literallayout>
    1110
  • appendixa/diffutils-dep.xml

    rddba0b9 r476b709  
    66
    77<literallayout>
    8 sh from the bash package
    9 
    10 ld from the binutils package
    11 as from the binutils package
    12 
    13 chmod from the fileutils package
    14 cp from the fileutils package
    15 mv from the fileutils package
    16 rm from the fileutils package
    17 
    18 cc from the gcc package
    19 
    20 egrep from the grep package
    21 grep from the grep package
    22 
    23 make from the make package
    24 
    25 sed from the sed package
    26 
    27 basename from the sh-utils package
    28 date from the sh-utils package
    29 
    30 cat from the textutils package
    31 tr from the textutils package
     8bash: sh
     9binutils: ld, as
     10fileutils: chmod, cp, mv, rm
     11gcc: cc
     12grep: egrep, grep
     13make: make
     14sed: sed
     15sh-utils: basename, date
     16textutils: cat, tr
    3217</literallayout>
    3318
  • appendixa/e2fsprogs-dep.xml

    rddba0b9 r476b709  
    66
    77<literallayout>
    8 sh from the bash package
    9 
    10 ar from the binutils package
    11 as from the binutils package
    12 ld from the binutils package
    13 
    14 cmp from the diffutils package
    15 
    16 chmod from the fileutils package
    17 cp from the fileutils package
    18 ln from the fileutils package
    19 mkdir from the fileutils package
    20 mv from the fileutils package
    21 rm from the fileutils package
    22 sync from the fileutils package
    23 
    24 cc from the gcc package
    25 
    26 egrep from the grep package
    27 grep from the grep package
    28 
    29 gzip from the gzip package
    30 
    31 make from the make package
    32 
    33 awk from the mawk package
    34 
    35 sed from the sed package
    36 
    37 basename from the sh-utils package
    38 expr from the sh-utils package
    39 uname from the sh-utils package
    40 
    41 makeinfo from the texinfo package
    42 
    43 cat from the textutils package
    44 tr from the textutils package
     8bash: sh
     9binutils: ar, as, ld
     10diffutils: cmp
     11fileutils: chmod, cp, ln, mkdir, mv, rm, sync
     12gcc: cc
     13grep: egrep
     14grep: grep
     15gzip: gzip
     16make: make
     17mawk: awk
     18sed: sed
     19sh-utils: basename, expr, uname
     20texinfo: makeinfo
     21textutils: cat, tr
    4522</literallayout>
    4623
  • appendixa/ed-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 chmod from the fileutils package
    14 cp from the fileutils package
    15 ln from the fileutils package
    16 mv from the fileutils package
    17 rm from the fileutils package
    18 touch from the fileutils package
    19 
    20 cc from the gcc package
    21 
    22 grep from the grep package
    23 egrep from the grep package
    24 
    25 make from the make package
    26 
    27 sed from the sed package
    28 
    29 cat from the textutils package
    30 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld
     9fileutils: chmod, cp, ln, mv, rm, touch
     10gcc: cc
     11grep: grep, egrep
     12make: make
     13sed: sed
     14textutils: cat, tr
    3115</literallayout>
    3216
  • appendixa/file-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 as from the binutils package
    10 ld from the binutils package
    11 
    12 cmp from the diffutils package
    13 
    14 chmod from the fileutils package
    15 cp from the fileutils package
    16 ls from the fileutils package
    17 mv from the fileutils package
    18 rm from the fileutils package
    19 
    20 cc from the gcc package
    21 
    22 egrep from the grep package
    23 grep from the grep package
    24 
    25 make from the make package
    26 
    27 sed from the sed package
    28 
    29 basename from the sh-utils package
    30 expr from the sh-utils package
    31 sleep from the sh-utils package
    32 
    33 cat from the textutils package
    34 tr from the textutils package
     7bash: sh
     8binutils: as, ld
     9diffutils: cmp
     10fileutils: chmod, cp, ls, mv, rm
     11gcc: cc
     12grep: egrep, grep
     13make: make
     14sed: sed
     15sh-utils: basename, expr, sleep
     16textutils: cat, tr
    3517</literallayout>
    3618
  • appendixa/fileutils-dep.xml

    rddba0b9 r476b709  
    66
    77<literallayout>
    8 sh from the bash package
    9 
    10 ar from the binutils package
    11 as from the binutils package
    12 ld from the binutils package
    13 
    14 cmp from the diffutils package
    15 
    16 chmod from the fileutils package
    17 cp from the fileutils package
    18 install from the fileutils package
    19 ln from the fileutils package
    20 ls from the fileutils package
    21 mkdir from the fileutils package
    22 mv from the fileutils package
    23 rm from the fileutils package
    24 
    25 cc from the gcc package
    26 
    27 egrep from the grep package
    28 grep from the grep package
    29 
    30 make from the make package
    31 
    32 sed from the sed package
    33 
    34 basename from the sh-utils package
    35 expr from the sh-utils package
    36 sleep from the sh-utils package
    37 uname from the sh-utils package
    38 
    39 cat from the textutils package
    40 tr from the textutils package
    41 uniq from the textutils package
     8bash: sh
     9binutils: ar, as, ld
     10diffutils: cmp
     11fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm
     12gcc: cc
     13grep: egrep, grep
     14make: make
     15sed: sed
     16sh-utils: basename, expr, sleep, uname
     17textutils: cat, tr, uniq
    4218</literallayout>
    4319
  • appendixa/findutils-dep.xml

    rddba0b9 r476b709  
    66
    77<literallayout>
    8 sh from the bash package
    9 
    10 ar from the binutils package
    11 as from the binutils package
    12 ld from the binutils package
    13 
    14 chmod from the fileutils package
    15 cp from the fileutils package
    16 mv from the fileutils package
    17 rm from the fileutils package
    18 
    19 grep from the grep package
    20 
    21 cc from the gcc package
    22 
    23 make from the make package
    24 
    25 patch from the patch package
    26 
    27 sed from the sed package
    28 
    29 basename from the sh-utils package
    30 date from the sh-utils package
    31 
    32 cat from the textutils package
    33 tr from the textutils package
     8bash: sh
     9binutils: ar, as, ld
     10fileutils: chmod, cp, mv, rm
     11grep: grep
     12gcc: cc
     13make: make
     14patch: patch
     15sed: sed
     16sh-utils: basename, date
     17textutils: cat, tr
    3418</literallayout>
    3519
  • appendixa/flex-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 bison from the bison package
    14 yacc from the bison package
    15 
    16 chmod from the fileutils package
    17 cp from the fileutils package
    18 ln from the fileutils package
    19 mv from the fileutils package
    20 rm from the fileutils package
    21 touch from the fileutils package
    22 
    23 cc from the gcc package
    24 
    25 egrep from the grep package
    26 grep from the grep package
    27 
    28 make from the make package
    29 
    30 sed from the sed package
    31 
    32 dirname from the sh-utils package
    33 
    34 cat from the textutils package
    35 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld
     9bison: bison, yacc
     10fileutils: chmod, cp, ln, mv, rm, touch
     11gcc: cc
     12grep: egrep, grep
     13make: make
     14sed: sed
     15sh-utils: dirname
     16textutils: cat, tr
    3617</literallayout>
    3718
  • appendixa/gcc-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 nm from the binutils package
    13 ranlib  from the binutils package
    14 
    15 cmp from the diffutils package
    16 
    17 chmod from the fileutils package
    18 cp from the fileutils package
    19 ln from the fileutils package
    20 ls from the fileutils package
    21 mkdir from the fileutils package
    22 mv from the fileutils package
    23 rm from the fileutils package
    24 touch from the fileutils package
    25 
    26 find from the find package
    27 
    28 gcc from the gcc package
    29 cc from the gcc package
    30 
    31 egrep from the grep package
    32 grep from the grep package
    33 
    34 make from the make package
    35 
    36 mawk from the mawk package
    37 
    38 sed from the sed package
    39 
    40 basename from the sh-utils package
    41 echo from the sh-util package
    42 expr from the sh-utils package
    43 sleep from the sh-utils package
    44 true from the sh-utils package
    45 uname from the sh-utils package
    46 
    47 tar from the tar package
    48 
    49 makeinfo from the texinfo package
    50 
    51 cat from the textutils package
    52 head from the textutils package
    53 sort from the textutils package
    54 tail from the textutils package
    55 tr from the textutils package
    56 uniq from the textutils package
     7bash: sh
     8binutils: ar, as, ld, nm, ranlib
     9diffutils: cmp
     10fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
     11find: find
     12gcc: gcc, cc
     13grep: egrep, grep
     14make: make
     15mawk: mawk
     16sed: sed
     17sh-utils: basename, echo, expr, sleep, true, uname
     18tar: tar
     19texinfo: makeinfo
     20textutils: cat, head, sort, tail, tr, uniq
    5721</literallayout>
    5822
  • appendixa/gettext-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 nm from the binutils package
    13 
    14 cmp from the diffutils package
    15 
    16 chmod from the fileutils package
    17 cp from the fileutils package
    18 ln from the fileutils package
    19 ls from the fileutils package
    20 mkdir from the fileutils package
    21 mv from the fileutils package
    22 rm from the fileutils package
    23 rmdir from the fileutils package
    24 
    25 cc from the gcc package
    26 
    27 egrep from the grep package
    28 grep from the grep package
    29 
    30 make from the make package
    31 
    32 sed from the sed package
    33 
    34 basename from the sh-utils package
    35 echo from the sh-utils package
    36 expr from the sh-utils package
    37 sleep from the sh-utils package
    38 uname from the sh-utils package
    39 
    40 cat from the textutils package
    41 sort from the textutils package
    42 tr from the textutils package
    43 uniq from the textutils package
     7bash: sh
     8binutils: ar, as, ld, nm
     9diffutils: cmp
     10fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir
     11gcc: cc
     12grep: egrep, grep
     13make: make
     14sed: sed
     15sh-utils: basename, echo, expr, sleep, uname
     16textutils: cat, sort, tr, uniq
    4417</literallayout>
    4518
  • appendixa/glibc-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 ranlib from the binutils  package
    13 
    14 cmp from the diffutils package
    15 
    16 chmod from the fileutils package
    17 cp from the fileutils package
    18 ln from the fileutils package
    19 mknod from the fileutils package
    20 mv from the fileutils package
    21 mkdir from the fileutils package
    22 rm from the fileutils package
    23 touch from the fileutils package
    24 
    25 cpp from the gcc package
    26 gcc from the gcc package
    27 
    28 egrep from the grep package
    29 grep from the grep package
    30 
    31 gzip from the gzip package
    32 
    33 make from the make package
    34 
    35 mawk from the mawk package
    36 
    37 sed from the sed package
    38 
    39 basename from the sh-utils package
    40 expr from the sh-utils package
    41 pwd from the sh-utils package
    42 uname from the sh-utils package
    43 
    44 cat from the textutils package
    45 sort from the textutils package
    46 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld, ranlib
     9diffutils: cmp
     10fileutils: chmod, cp, ln, mknod, mv, mkdir, rm, touch
     11gcc: cpp, gcc
     12grep: egrep, grep
     13gzip: gzip
     14make: make
     15mawk: mawk
     16sed: sed
     17sh-utils: basename, expr, pwd, uname
     18textutils: cat, sort, tr
    4719</literallayout>
    4820
  • appendixa/grep-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 cmp from the diffutils package
    14 
    15 chmod from the fileutils package
    16 cp from the fileutils package
    17 ln from the fileutils package
    18 ls from the fileutils package
    19 mkdir from the fileutils package
    20 rm from the fileutils package
    21 
    22 cc from the gcc package
    23 
    24 egrep from the grep package
    25 grep from the grep package
    26 
    27 make from the make package
    28 
    29 sed from the sed package
    30 
    31 basename from the sh-utils package
    32 expr from the sh-utils package
    33 sleep from the sh-utils package
    34 uname from the sh-utils package
    35 
    36 cat from the textutils package
    37 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld
     9diffutils: cmp
     10fileutils: chmod, cp, ln, ls, mkdir, rm
     11gcc: cc
     12grep: egrep, grep
     13make: make
     14sed: sed
     15sh-utils: basename, expr, sleep, uname
     16textutils: cat, tr
    3817</literallayout>
    3918
  • appendixa/groff-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 bison from the bison package
    14 yacc from the bison package
    15 
    16 cmp from the diffutils package
    17 
    18 chmod from the fileutils package
    19 cp from the fileutils package
    20 ls from the fileutils package
    21 mkdir from the fileutils package
    22 mv from the fileutils package
    23 rm from the fileutils package
    24 
    25 cc from the gcc package
    26 c++ from the gcc package
    27 
    28 egrep from the grep package
    29 grep from the grep package
    30 
    31 make from the make package
    32 
    33 awk from the mawk package
    34 
    35 sed from the sed package
    36 
    37 basename from the sh-utils package
    38 date from the sh-utils package
    39 echo from the sh-utils package
    40 expr from the sh-utils package
    41 uname from the sh-utils package
    42 
    43 cat from the textutils package
    44 touch from the fileutils package
    45 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld
     9bison: bison, yacc
     10diffutils: cmp
     11fileutils: chmod, cp, ls, mkdir, mv, rm, touch
     12gcc: cc, c++
     13grep: egrep, grep
     14make: make
     15mawk: awk
     16sed: sed
     17sh-utils: basename, date, echo, expr, uname
     18textutils: cat, tr
    4619</literallayout>
    4720
  • appendixa/gzip-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 as from the binutils package
    10 ld from the binutils package
    11 nm from the binutils package
    12 
    13 chmod from the fileutils package
    14 cp from the fileutils package
    15 ln from the fileutils package
    16 mv from the fileutils package
    17 rm from the fileutils package
    18 
    19 cc from the gcc package
    20 
    21 grep from the grep package
    22 
    23 make from the make package
    24 
    25 sed from the sed package
    26 
    27 cat from the textutils package
    28 tr from the textutils package
     7bash: sh
     8binutils: as, ld, nm
     9fileutils: chmod, cp, ln, mv, rm
     10gcc: cc
     11grep: grep
     12make: make
     13sed: sed
     14textutils: cat, tr
    2915</literallayout>
    3016
  • appendixa/kbd-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 as from the binutils package
    10 ld from the binutils package
    11 strip from the binutils package
    12 
    13 bison from the bison package
    14 
    15 cp from the fileutils package
    16 install from the fileutils package
    17 ln from the fileutils package
    18 mv from the fileutils package
    19 rm from the fileutils package
    20 
    21 flex from the flex package
    22 
    23 cpp from the gcc package
    24 gcc from the gcc package
    25 
    26 gunzip from the gzip package
    27 gzip from the gzip package
    28 
    29 make from the make package
    30 
    31 sed from the sed package
    32 
    33 uname from the sh-utils package
     7bash: sh
     8binutils: as, ld, strip
     9bison: bison
     10fileutils: cp, install, ln, mv, rm
     11flex: flex
     12gcc: cpp, gcc
     13gzip: gunzip, gzip
     14make: make
     15sed: sed
     16sh-utils: uname
    3417</literallayout>
    3518
  • appendixa/kernel-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 nm from the binutils package
    13 objcopy from the binutils package
    14 
    15 chown from the fileutils package
    16 cp from the fileutils package
    17 ln from the fileutils package
    18 mkdir from the fileutils package
    19 mv from the fileutils package
    20 rm from the fileutils package
    21 
    22 find from the findutils package
    23 xargs from the findutils package
    24 
    25 gcc from the gcc package
    26 
    27 grep from the grep package
    28 
    29 make from the make package
    30 
    31 awk from the mawk package
    32 
    33 depmod from the modutils package
    34 genksyms from the modutils package
    35 
    36 hostname from the net-tools package
    37 
    38 sed from the sed package
    39 
    40 basename from the sh-utils package
    41 date from the sh-utils package
    42 expr from the sh-utils package
    43 pwd from the sh-utils package
    44 uname from the sh-utils package
    45 whoami from the sh-utils package
    46 yes from the sh-utils package
    47 
    48 cat from the textutils package
    49 md5sum from the textutils package
    50 sort from the textutils package
    51 tail from the textutils package
    52 touch from the textutils package
    53 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld, nm, objcopy
     9fileutils: chown, cp, ln, mkdir, mv, rm
     10findutils: find, xargs
     11gcc: gcc
     12grep: grep
     13make: make
     14mawk: awk
     15modutils: depmod, genksyms
     16net-tools: hostname
     17sed: sed
     18sh-utils: basename, date, expr, pwd, uname, whoami, yes
     19textutils: cat, md5sum, sort, tail, touch, tr
    5420</literallayout>
    5521
  • appendixa/less-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 as from the binutils package
    10 ld from the binutils package
    11 
    12 cmp from the diffutils package
    13 
    14 chmod from the fileutils package
    15 cp from the fileutils package
    16 mv from the fileutils package
    17 rm from the fileutils package
    18 touch from the fileutils package
    19 
    20 grep from the grep package
    21 
    22 cc from the gcc package
    23 
    24 make from the make package
    25 
    26 sed from the sed package
    27 
    28 dirname from the sh-utils package
    29 expr from the sh-utils package
    30 uname from the sh-utils package
    31 
    32 cat from the textutils package
    33 tr from the textutils package
     7bash: sh
     8binutils: as, ld
     9diffutils: cmp
     10fileutils: chmod, cp, mv, rm, touch
     11grep: grep
     12gcc: cc
     13make: make
     14sed: sed
     15sh-utils: dirname, expr, uname
     16textutils: cat, tr
    3417</literallayout>
    3518
  • appendixa/libtool-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 cmp from the diffutils package
    14 
    15 chmod from the fileutils package
    16 cp from the fileutils package
    17 ln from the fileutils package
    18 ls from the fileutils package
    19 mkdir from the fileutils package
    20 mv from the fileutils package
    21 rm from the fileutils package
    22 rmdir from the fileutils package
    23 
    24 cc from the gcc package
    25 
    26 egrep from the grep package
    27 grep from the grep package
    28 
    29 make from the make package
    30 
    31 sed from the sed package
    32 
    33 basename from the sh-utils package
    34 expr from the sh-utils package
    35 sleep from the sh-utils package
    36 uname from the sh-utils package
    37 
    38 cat from the textutils package
    39 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld
     9diffutils: cmp
     10fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir
     11gcc: cc
     12grep: egrep, grep
     13make: make
     14sed: sed
     15sh-utils: basename, expr, sleep, uname
     16textutils: cat, tr
    4017</literallayout>
    4118
  • appendixa/lilo-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 as86 from the bin86 package
    10 ld86 from the bin86 package
    11 
    12 as from the binutils package
    13 ld from the binutils package
    14 strip from the binutils package
    15 
    16 cp from the fileutils package
    17 dd from the fileutils package
    18 ln from the fileutils package
    19 mv from the fileutils package
    20 
    21 cc from the gcc package
    22 
    23 make from the make package
    24 
    25 sed from the sed package
    26 
    27 cat from the textutils package
     7bash: sh
     8bin86: as86, ld86
     9binutils: as, ld, strip
     10fileutils: cp, dd, ln, mv
     11gcc: cc,
     12make: make,
     13sed: sed,
     14textutils: cat
    2815</literallayout>
    2916
  • appendixa/m4-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 chmod from the fileutils package
    14 cp from the fileutils package
    15 mv from the fileutils package
    16 rm from the fileutils package
    17 
    18 make from the make package
    19 
    20 cc from the gcc package
    21 
    22 egrep from the grep package
    23 grep from the grep package
    24 
    25 sed from the sed package
    26 
    27 basename from the sh-utils package
    28 date from the sh-utils package
    29 
    30 cat from the textutils package
    31 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld
     9fileutils: chmod, cp, mv, rm
     10make: make
     11gcc: cc
     12grep: egrep, grep
     13sed: sed
     14sh-utils: basename, date
     15textutils: cat, tr
    3216</literallayout>
    3317
  • appendixa/make-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 as from the binutils package
    10 ld from the binutils package
    11 
    12 cmp from the diffutils package
    13 
    14 chgrp from the fileutils package
    15 chmod from the fileutils package
    16 cp from the fileutils package
    17 ls from the fileutils package
    18 mv from the fileutils package
    19 rm from the fileutils package
    20 
    21 cc from the gcc package
    22 egrep from the grep package
    23 
    24 grep from the grep package
    25 
    26 make from the make package
    27 
    28 sed from the sed package
    29 
    30 basename from the sh-utils package
    31 expr from the sh-utils package
    32 sleep from the sh-utils package
    33 uname from the sh-utils package
    34 
    35 cat from the textutils package
    36 tr from the textutils package
     7bash: sh
     8binutils: as, ld
     9diffutils: cmp
     10fileutils: chgrp, chmod, cp, ls, mv, rm
     11gcc: cc
     12grep: egrep
     13grep: grep
     14make: make
     15sed: sed
     16sh-utils: basename, expr, sleep, uname
     17textutils: cat, tr
    3718</literallayout>
    3819
  • appendixa/makedev-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 chmod from the fileutils package
    10 chown from the fileutils package
    11 cp from the fileutils package
    12 ln from the fileutils package
    13 mknod from the fileutils package
    14 mv from the fileutils package
    15 rm from the fileutils package
    16 
    17 grep from the grep package
    18 
    19 expr from the sh-utils package
     7bash: sh
     8fileutils: chmod, chown, cp, ln, mknod, mv, rm
     9grep: grep
     10sh-utils: expr
    2011</literallayout>
    2112
  • appendixa/man-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 as from the binutils package
    10 ld from the binutils package
    11 
    12 bzip2 from the bzip2 package
    13 
    14 chmod from the fileutils package
    15 cp from the fileutils package
    16 install from the fileutils package
    17 mkdir from the fileutils package
    18 mv from the fileutils package
    19 rm from the fileutils package
    20 
    21 gcc from the gcc package
    22 
    23 grep from the grep package
    24 
    25 gunzip from the gzip package
    26 zcat from the gzip package
    27 
    28 make from the make package
    29 
    30 awk from the mawk package
    31 
    32 sed from the sed package
    33 
    34 echo from the sh-utils package
    35 cat from the textutils package
     7bash: sh
     8binutils: as, ld
     9bzip2: bzip2
     10fileutils: chmod, cp, install, mkdir, mv, rm
     11gcc: gcc
     12grep: grep
     13gzip: gunzip, zcat
     14make: make
     15mawk: awk
     16sed: sed
     17sh-utils: echo
     18textutils: cat
    3619</literallayout>
    3720
  • appendixa/manpages-dep.xml

    rddba0b9 r476b709  
    66
    77<literallayout>
    8 sh from the bash package
    9 
    10 install from the fileutils package
    11 
    12 make from the make package
    13 
    14 patch from the patch package
     8bash: sh
     9fileutils: install
     10make: make
     11patch: patch
    1512</literallayout>
    1613
  • appendixa/mawk-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 chmod from the fileutils package
    8 cp from the fileutils package
    9 ln from the fileutils package
    10 rm from the fileutils package
    11 
    12 as from the binutils package
    13 ld from the binutils package
    14 
    15 cmp from the diffutils package
    16 
    17 cc from the gcc package
    18 
    19 egrep from the grep package
    20 grep from the grep package
    21 
    22 make from the make package
    23 
    24 sed from the sed package
    25 
    26 tee from the sh-utils package
    27 
    28 cat from the textutils package
    29 tr from the textutils package
     7fileutils: chmod, cp, ln, rm
     8binutils: as, ld
     9diffutils: cmp
     10gcc: cc
     11grep: egrep, grep
     12make: make
     13sed: sed
     14sh-utils: tee
     15textutils: cat, tr
    3016</literallayout>
    3117
  • appendixa/modutils-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 strip from the binutils package
    13 
    14 bison from the bison package
    15 
    16 cmp from the diffutils package
    17 
    18 chmod from the fileutils package
    19 install from the fileutils package
    20 ln from the fileutils package
    21 mkdir from the fileutils package
    22 mv from the fileutils package
    23 rm from the fileutils package
    24 
    25 flex from the flex package
    26 
    27 cc from the gcc package
    28 
    29 egrep from the grep package
    30 grep from the grep package
    31 
    32 make from the make package
    33 
    34 sed from the sed package
    35 
    36 expr from the sh-utils package
    37 uname from the sh-utils package
    38 
    39 cat from the textutils package
    40 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld, strip
     9bison: bison
     10diffutils: cmp
     11fileutils: chmod, install, ln, mkdir, mv, rm
     12flex: flex
     13gcc: cc
     14grep: egrep, grep
     15make: make
     16sed: sed
     17sh-utils: expr, uname
     18textutils: cat, tr
    4119</literallayout>
    4220
  • appendixa/ncurses-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 cmp from the diffutils package
    14 
    15 chmod from the fileutils package
    16 cp from the fileutils package
    17 ln from the fileutils package
    18 mkdir from the fileutils package
    19 mv from the fileutils package
    20 rm from the fileutils package
    21 
    22 c++ from the gcc package
    23 gcc from the gcc package
    24 
    25 egrep from the grep package
    26 fgrep from the grep package
    27 grep from the grep package
    28 
    29 make from the make package
    30 
    31 mawk from the mawk package
    32 
    33 sed from the sed package
    34 
    35 basename from the sh-utils package
    36 date from the sh-utils package
    37 echo from the sh-utils package
    38 expr from the sh-utils package
    39 test from the sh-utils package
    40 uname from the sh-utils package
    41 
    42 cat from the textutils package
    43 sort from the textutils package
    44 tr from the textutils package
    45 wc from the textutils package
     7bash: sh
     8binutils: ar, as, ld
     9diffutils: cmp
     10fileutils: chmod, cp, ln, mkdir, mv, rm
     11gcc: c++, gcc
     12grep: egrep, fgrep, grep
     13make: make
     14mawk: mawk
     15sed: sed
     16sh-utils: basename, date, echo, expr, test, uname
     17textutils: cat, sort, tr, wc
    4618</literallayout>
    4719
  • appendixa/netkitbase-dep.xml

    rddba0b9 r476b709  
    66
    77<literallayout>
    8 sh from the bash package
    9 
    10 as from the binutils package
    11 ld from the binutils package
    12 strip from the binutils package
    13 
    14 cp from the fileutils package
    15 install from the fileutils package
    16 rm from the fileutils package
    17 
    18 make from the make package
    19 
    20 cc from the gcc package
    21 
    22 sed from the sed package
    23 
    24 date from the sh-utils package
    25 
    26 cat from the textutils package
     8bash: sh
     9binutils: as, ld, strip
     10fileutils: cp, install, rm
     11make: make
     12gcc: cc
     13sed: sed
     14sh-utils: date
     15textutils: cat
    2716</literallayout>
    2817
  • appendixa/nettools-dep.xml

    rddba0b9 r476b709  
    66
    77<literallayout>
    8 bash from the bash package
    9 sh from the bash package
    10 
    11 ar from the binutils package
    12 as from the binutils package
    13 ld from the binutils package
    14 
    15 install from the fileutils package
    16 ln from the fileutils package
    17 rm from the fileutils package
    18 
    19 msgfmt from the gettext package
    20 
    21 cc from the gcc package
    22 
    23 make from the make package
    24 
    25 basename from the sh-utils package
    26 echo from the sh-utils package
    27 env from the sh-utils package
     8bash: bash, sh
     9binutils: ar, as, ld
     10fileutils: install, ln, rm
     11gettext: msgfmt
     12gcc: cc
     13make: make
     14sh-utils: basename, echo, env
    2815</literallayout>
    2916
  • appendixa/patch-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 as from the binutils package
    10 ld from the binutils package
    11 
    12 cmp from the diffutils package
    13 
    14 chmod from the fileutils package
    15 cp from the fileutils package
    16 mv from the fileutils package
    17 rm from the fileutils package
    18 
    19 cc from the gcc package
    20 
    21 egrep from the grep package
    22 grep from the grep package
    23 
    24 make from the make package
    25 
    26 sed from the sed package
    27 
    28 basename from the sh-utils package
    29 expr from the sh-utils package
    30 uname from the sh-utils package
    31 
    32 cat from the textutils package
    33 tr from the textutils package
     7bash: sh
     8binutils: as, ld
     9diffutils: cmp
     10fileutils: chmod, cp, mv, rm
     11gcc: cc
     12grep: egrep, grep
     13make: make
     14sed: sed
     15sh-utils: basename, expr, uname
     16textutils: cat, tr
    3417</literallayout>
    3518
  • appendixa/perl-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 nm from the binutils package
    13 
    14 bison from the bison package
    15 
    16 cmp from the diffutils package
    17 
    18 chmod from the fileutils package
    19 cp from the fileutils package
    20 ln from the fileutils package
    21 ls from the fileutils package
    22 mkdir from the fileutils package
    23 mv from the fileutils package
    24 rm from the fileutils package
    25 touch from the fileutils package
    26 
    27 gcc from the gcc package
    28 
    29 egrep from the grep package
    30 grep from the grep package
    31 
    32 nroff from the groff package
    33 
    34 gzip from the gzip package
    35 
    36 less from the less package
    37 
    38 make from the make package
    39 
    40 awk from the mawk package
    41 
    42 sed from the sed package
    43 
    44 basename from the sh-utils package
    45 date from the sh-utils package
    46 echo from the sh-utils package
    47 expr from the sh-utils package
    48 sleep from the sh-utils package
    49 tee from the sh-utils package
    50 test from the sh-utils package
    51 true from the sh-utils package
    52 uname from the sh-utils package
    53 
    54 cat from the textutils package
    55 comm from the textutils package
    56 sort from the textutils package
    57 split from the textutils package
    58 tr from the textutils package
    59 uniq from the textutils package
    60 wc from the textutils package
     7bash: sh
     8binutils: ar, as, ld, nm
     9bison: bison
     10diffutils: cmp
     11fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
     12gcc: gcc
     13grep: egrep, grep
     14groff: nroff
     15gzip: gzip
     16less: less
     17make: make
     18mawk: awk
     19sed: sed
     20sh-utils: basename, date, echo, expr, sleep, tee, test, true, uname
     21textutils: cat, comm, sort, split, tr, uniq, wc
    6122</literallayout>
    6223
  • appendixa/procinfo-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 as from the binutils package
    8 ld from the binutils package
    9 
    10 install from the fileutils package
    11 mkdir from the fileutils package
    12 
    13 make from the make package
    14 
    15 sed from the sed package
     7binutils: as, ld
     8fileutils: install, mkdir
     9make: make
     10sed: sed
    1611</literallayout>
    1712
  • appendixa/procps-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 as from the binutils package
    10 ld from the binutils package
    11 strip from the binutils package
    12 
    13 install from the fileutils package
    14 ln from the fileutils package
    15 mv from the fileutils package
    16 rm from the fileutils package
    17 
    18 gcc from the gcc package
    19 
    20 grep from the grep package
    21 
    22 make from the make package
    23 
    24 sed from the sed package
    25 
    26 basename from the sh-utils package
    27 pwd from the sh-utils package
    28 
    29 sort from the textutils package
    30 tr from the textutils package
     7bash: sh
     8binutils: as, ld, strip
     9fileutils: install, ln, mv, rm
     10gcc: gcc
     11grep: grep
     12make: make
     13sed: sed
     14sh-utils: basename, pwd
     15textutils: sort, tr
    3116</literallayout>
    3217
  • appendixa/psmisc-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 as from the binutils package
    10 ld from the binutils package
    11 
    12 cmp from the diffutils package
    13 
    14 chmod from the fileutils package
    15 cp from the fileutils package
    16 ls from the fileutils package
    17 mv from the fileutils package
    18 rm from the fileutils package
    19 
    20 cc from the gcc package
    21 
    22 egrep from the grep package
    23 grep from the grep package
    24 
    25 make from the make package
    26 
    27 sed from the sed package
    28 
    29 basename from the sh-utils package
    30 expr from the sh-utils package
    31 sleep from the sh-utils package
    32 uname from the sh-utils package
    33 
    34 cat from the textutils package
    35 tr from the textutils package
     7bash: sh
     8binutils: as, ld
     9diffutils: cmp
     10fileutils: chmod, cp, ls, mv, rm
     11gcc: cc
     12grep: egrep, grep
     13make: make
     14sed: sed
     15sh-utils: basename, expr, sleep, uname
     16textutils: cat, tr
    3617</literallayout>
    3718
  • appendixa/sed-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 cmp from the diffutils package
    14 
    15 chmod from the fileutils package
    16 cp from the fileutils package
    17 ls from the fileutils package
    18 mv from the fileutils package
    19 rm from the fileutils package
    20 
    21 cc from the gcc package
    22 
    23 egrep from the grep package
    24 grep from the grep package
    25 
    26 make from the make package
    27 
    28 sed from the sed package
    29 
    30 basename from the sh-utils package
    31 expr from the sh-utils package
    32 sleep from the sh-utils package
    33 
    34 cat from the textutils package
    35 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld
     9diffutils: cmp
     10fileutils: chmod, cp, ls, mv, rm
     11gcc: cc
     12grep: egrep, grep
     13make: make
     14sed: sed
     15sh-utils: basename, expr, sleep
     16textutils: cat, tr
    3617</literallayout>
    3718
  • appendixa/shadowpwd-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 nm from the binutils package
    13 
    14 cmp from the diffutils package
    15 
    16 chmod from the fileutils package
    17 cp from the fileutils package
    18 ln from the fileutils package
    19 ls from the fileutils package
    20 mkdir from the fileutils package
    21 mv from the fileutils package
    22 rm from the fileutils package
    23 rmdir from the fileutils package
    24 
    25 cc from the gcc package
    26 
    27 egrep from the grep package
    28 grep from the grep package
    29 
    30 make from the make package
    31 
    32 sed from the sed package
    33 
    34 basename from the sh-utils package
    35 expr from the sh-utils package
    36 sleep from the sh-utils package
    37 uname from the sh-utils package
    38 
    39 cat from the textutils package
    40 sort from the textutils package
    41 uniq from the textutils package
     7bash: sh
     8binutils: ar, as, ld, nm
     9diffutils: cmp
     10fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir
     11gcc: cc
     12grep: egrep, grep
     13make: make
     14sed: sed
     15sh-utils: basename, expr, sleep, uname
     16textutils: cat, sort, uniq
    4217</literallayout>
    4318
  • appendixa/shellutils-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 cmp from the diffutils package
    14 
    15 chmod from the fileutils package
    16 chown from the fileutils package
    17 cp from the fileutils package
    18 ln from the fileutils package
    19 ls from the fileutils package
    20 mv from the fileutils package
    21 rm from the fileutils package
    22 
    23 cc from the gcc package
    24 
    25 egrep from the grep package
    26 grep from the grep package
    27 
    28 make from the make package
    29 
    30 sed from the sed package
    31 
    32 basename from the sh-utils package
    33 expr from the sh-utils package
    34 sleep from the sh-utils package
    35 uname from the sh-utils package
    36 
    37 cat from the textutils package
    38 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld
     9diffutils: cmp
     10fileutils: chmod, chown, cp, ln, ls, mv, rm
     11gcc: cc
     12grep: egrep, grep
     13make: make
     14sed: sed
     15sh-utils: basename, expr, sleep, uname
     16textutils: cat, tr
    3917</literallayout>
    4018
  • appendixa/sysklogd-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 as from the binutils package
    8 ld from the binutils package
    9 strip from the binutils package
    10 
    11 install from the fileutils package
    12 
    13 gcc rom the gcc package
    14 
    15 make from the make package
     7binutils: as, ld, strip
     8fileutils: install
     9gcc: gcc
     10make: make
    1611</literallayout>
    1712
  • appendixa/sysvinit-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 as from the binutils package
    10 ld from the binutils package
    11 
    12 chown from the fileutils package
    13 install from the fileutils package
    14 ln from the fileutils package
    15 mknod from the fileutils package
    16 rm from the fileutils package
    17 
    18 cc from the gcc package
    19 
    20 make from the make package
    21 
    22 patch from the patch package
     7bash: sh
     8binutils: as, ld
     9fileutils: chown, install, ln, mknod, rm
     10gcc: cc
     11make: make
     12patch: patch
    2313</literallayout>
    2414
  • appendixa/tar-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 cmp from the diffutils package
    14 
    15 chmod from the fileutils package
    16 cp from the fileutils package
    17 ln from the fileutils package
    18 ls from the fileutils package
    19 mv from the fileutils package
    20 rm from the fileutils package
    21 
    22 cc from the gcc package
    23 
    24 egrep from the grep package
    25 grep from the grep package
    26 
    27 make from the make package
    28 
    29 patch from the patch package
    30 
    31 sed from the sed package
    32 
    33 basename from the sh-utils package
    34 expr from the sh-utils package
    35 sleep from the sh-utils package
    36 uname from the sh-utils package
    37 
    38 cat from the textutils package
    39 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld
     9diffutils: cmp
     10fileutils: chmod, cp, ln, ls, mv, rm
     11gcc: cc
     12grep: egrep, grep
     13make: make
     14patch: patch
     15sed: sed
     16sh-utils: basename, expr, sleep, uname
     17textutils: cat, tr
    4018</literallayout>
    4119
  • appendixa/texinfo-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ar from the binutils package
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 cmp from the diffutils package
    14 
    15 chmod from the fileutils package
    16 cp from the fileutils package
    17 ln from the fileutils package
    18 ls from the fileutils package
    19 mkdir from the fileutils package
    20 mv from the fileutils package
    21 rm from the fileutils package
    22 
    23 cc from the gcc package
    24 
    25 grep from the grep package
    26 
    27 make from the make package
    28 
    29 sed from the sed package
    30 
    31 basename from the sh-utils package
    32 expr from the sh-utils package
    33 sleep from the sh-utils package
    34 uname from the sh-utils package
    35 
    36 cat from the textutils package
    37 tr from the textutils package
     7bash: sh
     8binutils: ar, as, ld
     9diffutils: cmp
     10fileutils: chmod, cp, ln, ls, mkdir, mv, rm
     11gcc: cc
     12grep: grep
     13make: make
     14sed: sed
     15sh-utils: basename, expr, sleep, uname
     16textutils: cat, tr
    3817</literallayout>
    3918
  • appendixa/textutils-dep.xml

    rddba0b9 r476b709  
    66
    77<literallayout>
    8 sh from the bash package
    9 
    10 ar from the binutils package
    11 as from the binutils package
    12 ld from the binutils package
    13 
    14 cmp from the diffutils package
    15 
    16 chmod from the fileutils package
    17 cp from the fileutils package
    18 ln from the fileutils package
    19 ls from the fileutils package
    20 mv from the fileutils package
    21 rm from the fileutils package
    22 
    23 cc from the gcc package
    24 
    25 egrep from the grep package
    26 grep from the grep package
    27 
    28 make from the make package
    29 
    30 sed from the sed package
    31 
    32 basename from the sh-utils package
    33 expr from the sh-utils package
    34 sleep from the sh-utils package
    35 uname from the sh-utils package
    36 
    37 cat from the textutils package
    38 tr from the textutils package
     8bash: sh
     9binutils: ar, as, ld
     10diffutils: cmp
     11fileutils: chmod, cp, ln, ls, mv, rm
     12gcc: cc
     13grep: egrep, grep
     14make: make
     15sed: sed
     16sh-utils: basename, expr, sleep, uname
     17textutils: cat, tr
    3918</literallayout>
    4019
  • appendixa/utillinux-dep.xml

    rddba0b9 r476b709  
    66
    77<literallayout>
    8 sh from the bash package
    9 
    10 as from the binutils package
    11 ld from the binutils package
    12 
    13 chgrp from the fileutils package
    14 chmod from the fileutils package
    15 cp from the fileutils package
    16 install from the fileutils package
    17 ln from the fileutils package
    18 mkdir from the fileutils package
    19 mv from the fileutils package
    20 rm from the fileutils package
    21 
    22 cc from the gcc package
    23 cpp from the gcc package
    24 
    25 rpcgen from the glibc package
    26 
    27 grep from the grep package
    28 
    29 make from the make package
    30 
    31 sed from the sed package
    32 
    33 unam    from the sh-utils package
    34 whoami from the sh-utils package
    35 
    36 cat from the textutils package
     8bash: sh
     9binutils: as, ld
     10fileutils: chgrp, chmod, cp, install, ln, mkdir, mv, rm
     11gcc: cc, cpp
     12glibc: rpcgen
     13grep: grep
     14make: make
     15sed: sed
     16sh-utils: uname, whoami
     17textutils: cat
    3718</literallayout>
    3819
  • appendixa/vim-dep.xml

    rddba0b9 r476b709  
    55
    66<literallayout>
    7 sh from the bash package
    8 
    9 ld from the binutils package
    10 as from the binutils package
    11 
    12 cmp from the diffutils package
    13 diff from the diffutils package
    14 
    15 chmod from the fileutils package
    16 cp from the fileutils package
    17 ln from the fileutils package
    18 mkdir from the fileutils package
    19 mv from the fileutils package
    20 rm from the fileutils package
    21 touch from the fileutils package
    22 
    23 find from the find package
    24 
    25 cc from the gcc package
    26 
    27 grep from the grep package
    28 
    29 make from the make package
    30 
    31 hostname from the net-tools package
    32 
    33 sed from the sed package
    34 
    35 echo from the sh-utils package
    36 expr from the sh-utils package
    37 uname from the sh-utils package
    38 whoami  from the sh-utils package
    39 
    40 cat from the textutils package
    41 tr from the textutils package
    42 wc from the textutils package
     7bash: sh
     8binutils: ld, as
     9diffutils: cmp, diff
     10fileutils: chmod, cp, ln, mkdir, mv, rm, touch
     11find: find
     12gcc: cc
     13grep: grep
     14make: make
     15net-tools: hostname
     16sed: sed
     17sh-utils: echo, expr, uname, whoami
     18textutils: cat, tr, wc
    4319</literallayout>
    4420
Note: See TracChangeset for help on using the changeset viewer.