User:Mattx86/qwn:Enabling APK Caching: Difference between revisions

From Alpine Linux
(Created page with "Create the cache directory and symlink: {{Cmd|mkdir -p /var/cache/apk ln -s /var/cache/apk /etc/apk/cache}} Next, update apk in order to initialize the cache: {{Cmd|apk update}}")
(No difference)

Revision as of 04:06, 24 March 2011

Create the cache directory and symlink:

mkdir -p /var/cache/apk ln -s /var/cache/apk /etc/apk/cache

Next, update apk in order to initialize the cache:

apk update