Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: unable to select packages: curl (no such package): required by: world[curl] Cleaning up file based variables #565

Open
khunemz opened this issue Feb 15, 2022 · 1 comment

Comments

@khunemz
Copy link

khunemz commented Feb 15, 2022

$ apk add curl # collapsed multi-line command
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.15/main: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.15/main: No such file or directory
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.15/community: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.15/community: No such file or directory
ERROR: unable to select packages:
curl (no such package):
required by: world[curl]
Cleaning up file based variables

@jwmcconnell
Copy link

jwmcconnell commented Feb 15, 2022

The package mirror is currently down #564 #563. You can probably replace the /etc/apk/repositories file with a working one from here https://mirrors.alpinelinux.org/. They don't seem to be accurately reporting their status though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants