Template:Using Internet Repositories for apk-tools: Difference between revisions

From Alpine Linux
m (corrected paths in links)
(updated for version 2.1)
Line 2: Line 2:


  /media/cdrom/apks
  /media/cdrom/apks
  http://dl-3.alpinelinux.org/alpine/v1.10/packages/main
  http://dl-3.alpinelinux.org/alpine/v2.1/packages/main


Only one repository is shown above, however, you may also use these:
Only one repository is shown above, however, you may also use these (if you wish to use another version, substitute v2.1 for the desired version (i.e: v1.9, v1.10)):
  http://dl-4.alpinelinux.org/alpine/v1.10/packages/main
  http://dl-4.alpinelinux.org/alpine/v2.1/packages/main
  http://distrib-coffee.ipsl.jussieu.fr/pub/linux/alpine/alpine/v1.10/packages/main
  http://distrib-coffee.ipsl.jussieu.fr/pub/linux/alpine/alpine/v2.1/packages/main
  http://dl-2.alpinelinux.org/alpine/v1.10/packages/main
  http://dl-2.alpinelinux.org/alpine/v2.1/packages/main
  http://nl.alpinelinux.org/alpine/v1.10/packages/main
  http://nl.alpinelinux.org/alpine/v2.1/packages/main


After updating the repositories file, obtain the latest index of available packages:
After updating the repositories file, obtain the latest index of available packages:
{{Cmd|apk update}}
{{Cmd|apk update}}

Revision as of 09:51, 13 January 2011

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/apks
http://dl-3.alpinelinux.org/alpine/v2.1/packages/main

Only one repository is shown above, however, you may also use these (if you wish to use another version, substitute v2.1 for the desired version (i.e: v1.9, v1.10)):

http://dl-4.alpinelinux.org/alpine/v2.1/packages/main
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/alpine/alpine/v2.1/packages/main
http://dl-2.alpinelinux.org/alpine/v2.1/packages/main
http://nl.alpinelinux.org/alpine/v2.1/packages/main

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

apk update