Enable Community Repository: Difference between revisions

From Alpine Linux
mNo edit summary
mNo edit summary
Line 8: Line 8:
'''https://<mirror-server>/alpine/<version>/community'''
'''https://<mirror-server>/alpine/<version>/community'''


After enabling the community repository, obtain the latest index of available packages with:
After enabling the community repository, one needs to obtain the latest index of available packages with:
{{Cmd|apk update}}
{{Cmd|apk update}}



Revision as of 13:27, 12 May 2020


The /community repository for an Alpine release contains community supported packages that were accepted from the testing repository. However, they are not supported beyond six months.

To enable the repository, edit the file /etc/apk/repositories using an editor (nano for instance) and add (or uncomment) a line that points to the "community" directory, formatted as in:

https://<mirror-server>/alpine/<version>/community

After enabling the community repository, one needs to obtain the latest index of available packages with:

apk update


The community repository was introduced with Alpine Linux version 3.3, and required to enable it to continue to use some former main packages.