diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-11-15 00:39:49 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-11-15 00:39:49 -0600 |
commit | c9914fe1a2481c66aad7e6db8f12a31afc9b9eb8 (patch) | |
tree | 7d83b38f7881674d0ae828c596572985e7f3d3ea | |
parent | cfe58afc9ee842cc43441017b1bfa2767bf787a5 (diff) | |
download | docs-c9914fe1a2481c66aad7e6db8f12a31afc9b9eb8.tar.gz docs-c9914fe1a2481c66aad7e6db8f12a31afc9b9eb8.tar.bz2 docs-c9914fe1a2481c66aad7e6db8f12a31afc9b9eb8.tar.xz docs-c9914fe1a2481c66aad7e6db8f12a31afc9b9eb8.zip |
Admin: Slight clarification in package management chapter
-rw-r--r-- | src/admin/3_packages.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/3_packages.xml b/src/admin/3_packages.xml index dd0654f..eac46a7 100644 --- a/src/admin/3_packages.xml +++ b/src/admin/3_packages.xml @@ -21,7 +21,7 @@ <title>Installing and uninstalling packages</title> <para>When you want to install a package on your Adélie Linux system, you may use the command <command>apk add <userinput>PACKAGE</userinput></command>, where <userinput>PACKAGE</userinput> is the name of the package you want to install. You may install multiple packages at the same time by separating them with spaces. For example, <command>apk add firefox thunderbird</command> will install the Firefox web browser and Thunderbird email client.</para> <para>To uninstall a package on your Adélie Linux system, you may use the command <command>apk del <userinput>PACKAGE</userinput></command>, where <userinput>PACKAGE</userinput> is the name of the package you want to uninstall. As with package installation, you may uninstall multiple packages at the same time by separating them with spaces.</para> - <para>When you install a package, APK will determine what additional libraries are required for your desired package(s) to run, and install those dependencies as well. These dependencies are not added to your "world" file, because you did not explicitly install them. They are only kept as long as the software that requires them is installed. Attempting to uninstall a dependency that is currently required by another package will result in a message similar to the following:</para> + <para>When you install a package, APK will determine what additional libraries are required for your desired package(s) to run, and install those dependencies as well. These dependencies are not added to your "world" file, because you did not explicitly install them. They are kept only as long as the software that requires them is installed. Attempting to uninstall a dependency that is currently required by another package will result in a message similar to the following:</para> <screen> workstation01 ~ # apk del fts World updated, but the following packages are not removed due to: |