|
|
(21 intermediate revisions by 10 users not shown) |
Line 1: |
Line 1: |
| Starting with Alpine Linux version 3.3, there is a new repository called '''community'''. Many packages have been moved from the main repository to community 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.
| | #REDIRECT [[Repositories#Enabling_the_community_repository]] |
| | |
| Edit the file {{Path|/etc/apk/repositories}} using an editor ({{Pkg|nano}} for instance) and add (or uncomment) a line that points to the "community" directory like:
| |
| | |
| '''http://dl-cdn.alpinelinux.org/alpine/edge/community'''
| |
| | |
| After enabling the community repository, obtain the latest index of available packages with:
| |
| {{Cmd|apk update}}
| |
| | |
| = =
| |
| * [https://superuser.com/questions/1055060/how-to-install-a-specific-package-version-in-alpine How to install a specific package version in Alpine?]
| |
| | |
| [[Category:Package Manager]] | |