From fe508664b15973295d7766a0b0c623a6d8fe5e27 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 5 Dec 2018 09:59:31 -0600 Subject: Admin: ch03: clarify what a world is --- src/admin/3_packages.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/admin/3_packages.xml') diff --git a/src/admin/3_packages.xml b/src/admin/3_packages.xml index 7ffe23f..7d7176f 100644 --- a/src/admin/3_packages.xml +++ b/src/admin/3_packages.xml @@ -14,7 +14,7 @@
An introduction to APK Adélie Linux uses the APK package manager. The APK package manager is very fast, and performs well even on computers with limited resources. APK allows you to add and remove packages, ensure the integrity of installed packages, and perform system updates. - APK refers the entire set of installed packages on your computer as a "world". When you install a package, you are adding it to the "world". When you uninstall a package, you are removing it from the "world". The world file exists at /etc/apk/world and is a text file with each package you have installed on a single line. + APK refers the entire set of packages you have chosen to install on your computer as a "world". When you install a package, you are adding it to the "world". When you uninstall a package, you are removing it from the "world". The world file exists at /etc/apk/world and is a text file with each package you have chosen to install on a single line.
-- cgit v1.2.3-60-g2f50