Template:Using Internet Repositories for apk-tools

From Alpine Linux
Revision as of 09:33, 16 October 2009 by Djhughes (talk | contribs) (new template for refering to pointing alpine package manager to internet repos)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Edit the /etc/apk/repositories file and if necessary, add references to the Alpine package repositories. In the example below, the reference to the Alpine CD is maintained, so that if the requested package is available on the local media, it will be obtained from there instead of being downloaded from the remote repository:

/media/cdrom/apk
http://dl-3.alpinelinux.org/alpine/v1.9/packages/main

Only one repository is shown above, however, you may also use these:

http://dl-4.alpinelinux.org/alpine/v1.9/packages/main
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/alpine/alpine/v1.9/packages/main

After updating the repositories file, obtain the latest index of available packages:

apk update