User:Mattx86/qwn:Enabling APK Caching

From Alpine Linux
Revision as of 04:06, 24 March 2011 by Mattx86 (talk | contribs) (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}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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