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

From Alpine Linux
(moved the lines releted to updating packages to Include:Upgrading to latest release page)
(updated the sample repositories file...)
 
(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).  
Edit the {{Path|/etc/apk/repositories}} file using any editor of your choice ({{Pkg|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:
{{Cat|/etc/apk/repositories|http://dl-3.alpinelinux.org/alpine/v3.20/main
 
{{Cat|/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:
<!-- {{ic|<nowiki>http://dl-3.alpinelinux.org/alpine/v3.19/main</nowiki>}}
to
{{ic|http&colon;//dl-3.alpinelinux.org/alpine/v3.20/main}}-->
<!--"&colon; intentionally breaks mediawiki turning this into a hyperlink, can't use nowiki because of {{#expr:}} etc-->
{{Cat|/etc/apk/repositories|/media/cdrom/apks
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}}
<!--
In the above file, to upgrade Alpine Linux from version 3.20 to 3.21, simply replace the number 3.20 by 3.21 in all the places:
{{Note|Starting with version 3.3, there is a new repository called '''community'''. Many packages have been moved from the main repository to the community repository to indicate that they are not guaranteed to be supported beyond six months. If you are using any of these packages, be sure to add the community repository. For example: {{ic|http&colon;//dl-3.alpinelinux.org/alpine/v{{#expr:{{AlpineLatest}}}}/community}}}}
{{Cat|/etc/apk/repositories|http://dl-3.alpinelinux.org/alpine/v3.21/main
Above, only one possible repository is shown, however, <code><nowiki>http://dl-3.alpinelinux.org/alpine/</nowiki></code> may also be replaced with any geographically close mirror from:
http://dl-3.alpinelinux.org/alpine/v3.21/community}}
<code><nowiki>http://rsync.alpinelinux.org/alpine/MIRRORS.txt</nowiki></code>
-->
 
[[category:Package Manager]]

Latest revision as of 04:10, 7 January 2025

Edit the /etc/apk/repositories file using any editor of your choice (nano for instance).

Contents of /etc/apk/repositories

http://dl-3.alpinelinux.org/alpine/v3.20/main http://dl-3.alpinelinux.org/alpine/v3.20/community

In the above file, to upgrade Alpine Linux from version 3.20 to 3.21, simply replace the number 3.20 by 3.21 in all the places:

Contents of /etc/apk/repositories

http://dl-3.alpinelinux.org/alpine/v3.21/main http://dl-3.alpinelinux.org/alpine/v3.21/community