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) (removed previously commented out lines) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Edit the {{Path|/etc/apk/repositories}} file using any editor of your choice ({{Pkg|nano}} for instance) to edit the Alpine Linux package [[repositories]]. | |||
Edit the {{Path|/etc/apk/repositories}} file using any editor of your choice ({{Pkg|nano}} for instance) | {{Cat|/etc/apk/repositories|http://dl-3.alpinelinux.org/alpine/v3.19/main | ||
{{Cat|/etc/apk/repositories| | |||
http://dl-3.alpinelinux.org/alpine/v3.19/main | |||
http://dl-3.alpinelinux.org/alpine/v3.19/community}} | http://dl-3.alpinelinux.org/alpine/v3.19/community}} | ||
In the above file, to upgrade Alpine Linux from version 3.19 to 3.20, simply replace the number 3.19 by 3.20 in all the places, so that the updated repositories file looks like below: | |||
In | {{Cat|/etc/apk/repositories|http://dl-3.alpinelinux.org/alpine/v3.20/main | ||
{{Cat|/etc/apk/repositories| | |||
http://dl-3.alpinelinux.org/alpine/v3.20/main | |||
http://dl-3.alpinelinux.org/alpine/v3.20/community}} | http://dl-3.alpinelinux.org/alpine/v3.20/community}} | ||
[[category:Package Manager]] | [[category:Package Manager]] |
Latest revision as of 19:01, 22 November 2024
Edit the /etc/apk/repositories file using any editor of your choice (nano for instance) to edit the Alpine Linux package repositories.
Contents of /etc/apk/repositories
http://dl-3.alpinelinux.org/alpine/v3.19/main
http://dl-3.alpinelinux.org/alpine/v3.19/community
In the above file, to upgrade Alpine Linux from version 3.19 to 3.20, simply replace the number 3.19 by 3.20 in all the places, so that the updated repositories file looks like below:
Contents of /etc/apk/repositories
http://dl-3.alpinelinux.org/alpine/v3.20/main
http://dl-3.alpinelinux.org/alpine/v3.20/community