Include:Using Internet Repositories for apk-tools: Difference between revisions
Prabuanand (talk | contribs) (cleaned up heading levels and rephrased sentence. removed reference to {{AlpineLatest}} as it shows V3.20 as V3.2 which is not correct.) |
Prabuanand (talk | contribs) (moved the lines releted to updating packages to Include:Upgrading to latest release page) |
||
Line 6: | Line 6: | ||
http://dl-3.alpinelinux.org/alpine/v3.19/community}} | http://dl-3.alpinelinux.org/alpine/v3.19/community}} | ||
In this example, To upgrade Alpine Linux from version 3.19 to 3.20, simply replace the version number 3.19 by 3.20 in all the places | In this example, To upgrade Alpine Linux from version 3.19 to 3.20, simply replace the version number 3.19 by 3.20 in all the places, so that the file will look like this: | ||
<!-- {{ic|<nowiki>http://dl-3.alpinelinux.org/alpine/v3.19/main</nowiki>}} | <!-- {{ic|<nowiki>http://dl-3.alpinelinux.org/alpine/v3.19/main</nowiki>}} | ||
to | to | ||
Line 19: | Line 19: | ||
<code><nowiki>http://rsync.alpinelinux.org/alpine/MIRRORS.txt</nowiki></code> | <code><nowiki>http://rsync.alpinelinux.org/alpine/MIRRORS.txt</nowiki></code> | ||
--> | --> | ||
[[category:Package Manager]] | [[category:Package Manager]] |
Revision as of 17:57, 22 November 2024
Edit the /etc/apk/repositories file using any editor of your choice (nano for instance) and if necessary, add references to the Alpine Linux package repositories. In the example below, the file references the Alpine Linux CD, so that if a requested package is available on the local media, it will be obtained from there instead of being downloaded from the remote repository:
Contents of /etc/apk/repositories
/media/cdrom/apks
http://dl-3.alpinelinux.org/alpine/v3.19/main
http://dl-3.alpinelinux.org/alpine/v3.19/community
In this example, To upgrade Alpine Linux from version 3.19 to 3.20, simply replace the version number 3.19 by 3.20 in all the places, so that the file will look like this:
Contents of /etc/apk/repositories
/media/cdrom/apks
http://dl-3.alpinelinux.org/alpine/v3.20/main
http://dl-3.alpinelinux.org/alpine/v3.20/community