4ntoine
4ntoine

Reputation: 20422

glibc on alpine aarch64: gcompat: no such package

I follow official Alpine Linux guide on aarch64 vm (installed from alpine-virt-...iso) but i can't find gcompat package:

myvm:~# apk add gcompat
ERROR: unable to select packages:
  gcompat (no such package):
    required by: world[gcompat]

How can i do it?

Upvotes: 0

Views: 3970

Answers (1)

4ntoine
4ntoine

Reputation: 20422

Uncomment #http://mirror.reenigne.net/alpine/v3.14/community in /etc/apk/repositories and retry

Upvotes: 1

Related Questions