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

From Alpine Linux
(Migrate text from "Template:...")
 
(use {{Mirrors}})
Line 4: Line 4:
  http://dl-3.alpinelinux.org/alpine/v2.4/main
  http://dl-3.alpinelinux.org/alpine/v2.4/main


Only one repository is shown above, however, you may also use these (if you wish to use another version, replace v2.4 with the desired version (i.e: v2.1, v2.2, v2.3)):
Only one repository is shown above; however, you may also replace <code>http://dl-3.alpinelinux.org/alpine</code> with any of these (if you wish to use another version, also replace v2.4 with the desired version):
http://dl-4.alpinelinux.org/alpine/v2.4/main
 
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/alpine/alpine/v2.4/main
{{Mirrors}}
http://dl-2.alpinelinux.org/alpine/v2.4/main
http://nl.alpinelinux.org/alpine/v2.4/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 05:05, 29 October 2012

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.4/main

Only one repository is shown above; however, you may also replace http://dl-3.alpinelinux.org/alpine with any of these (if you wish to use another version, also replace v2.4 with the desired version):


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

apk update