Ignore:
Timestamp:
11/17/2022 06:08:13 PM (18 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
2760113
Parents:
ebecd08
Message:

Correct capitalization, spelling, grammar, and idiom. Tighten the
prose by removing some circumlocutions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/pkgmgt.xml

    rebecd08 r091d624d  
    1313  <para>Package Management is an often requested addition to the LFS Book. A
    1414  Package Manager tracks the installation of files, making it easier to
    15   remove and upgrade packages. As well as the binary and library files, a
    16   package manager will handle the installation of configuration files.  Before
     15  remove and upgrade packages. A good package manager will handle the
     16  installation of configuration files, and also install the executable files.  Before
    1717  you begin to wonder, NO&mdash;this section will not talk about nor recommend
    18   any particular package manager. What it provides is a roundup of the more
     18  any particular package manager. What it does provide is a roundup of the more
    1919  popular techniques and how they work. The perfect package manager for you may
    2020  be among these techniques, or it may be a combination of two or more of these
     
    6262
    6363      <listitem>
    64         <para>If Linux API headers or glibc need to be upgraded to a newer
    65         version, (e.g.,  from glibc-2.31 to glibc-2.32), it is safer to
     64        <para>If the Linux API headers or Glibc need to be upgraded to a newer
     65        version, (e.g.,  from Glibc-2.31 to Glibc-2.32), it is safer to
    6666        rebuild LFS.  Though you <emphasis>may</emphasis> be able to rebuild
    6767        all the packages in their dependency order, we do not recommend
     
    203203      reality it is installed in the
    204204      <filename class="directory">/usr/pkg</filename> hierarchy. Installing in
    205       this manner is not usually a trivial task. For example, consider that you
     205      this manner is not usually a trivial task. For example, suppose you
    206206      are installing a package libfoo-1.1. The following instructions may
    207207      not install the package properly:</para>
     
    322322    another computer with the same architecture as the base system is as
    323323    simple as using <command>tar</command> on the LFS partition that contains
    324     the root directory (about 250MB uncompressed for a base LFS build), copying
     324    the root directory (about 900MB uncompressed for a basic LFS build), copying
     325    <!-- D. Bryant created LFS 11.2 in October 2022; 900MB is (roughly) the size of his rsync archive. -->
    325326    that file via network transfer or CD-ROM / USB stick to the new system, and expanding
    326327    it.  After that, a few configuration files will have to be changed.
Note: See TracChangeset for help on using the changeset viewer.