|
|
(20 intermediate revisions by 11 users not shown) |
Line 1: |
Line 1: |
| Edit the {{Path|/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:
| | #REDIRECT [[Include:Upgrading to latest release]] |
| | |
| {{Cat|/etc/apk/repositories|/media/cdrom/apks
| |
| http://dl-3.alpinelinux.org/alpine/v2.4/main}}
| |
| | |
| Only one repository is shown above; however, you may also replace <code><nowiki>http://dl-3.alpinelinux.org/alpine/</nowiki></code> with any of these (if you wish to use another version, also replace <code>v2.4</code> with the desired version):
| |
| {{Mirrors}}
| |
| | |
| After updating the repositories file, obtain the latest index (and available packages, if you've [[Local APK cache|enabled APK caching]]):
| |
| {{Cmd|apk update --update-cache}}
| |