diff options
-rw-r--r-- | chapter08/pkgmgt.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/pkgmgt.xml b/chapter08/pkgmgt.xml index 7496f09a4..d4b616bc7 100644 --- a/chapter08/pkgmgt.xml +++ b/chapter08/pkgmgt.xml @@ -12,8 +12,9 @@ <para>Package Management is an often requested addition to the LFS Book. A Package Manager tracks the installation of files, making it easier to - remove and upgrade packages. A good package manager will handle the - installation of configuration files, and also install the executable files. Before + remove and upgrade packages. A good package manager will also handle the + configuration files specially to keep the user configuration when the + package is reinstalled or upgraded. Before you begin to wonder, NO—this section will not talk about nor recommend any particular package manager. What it does provide is a roundup of the more popular techniques and how they work. The perfect package manager for you may |