Estou tentando instalar a versão libglib2.0-dev arm64 em minha máquina Ubuntu 22.04.1 (para fins de compilação cruzada). Já configurei os repositórios para AMD64 e Arm64 seguindo as instruções emhttps://askubuntu.com/a/1323570. No entanto, quando executo o comando sudo apt-get install libglib2.0-dev:arm64
, recebo os erros abaixo. Como posso consertar isso?
The following packages have unmet dependencies:
libglib2.0-bin:arm64 : Depends: libglib2.0-0:arm64 (= 2.64.6-1~ubuntu20.04.4) but it is not going to be installed
Depends: libc6:arm64 (>= 2.17) but it is not installable
Depends: libelf1:arm64 (>= 0.142) but it is not going to be installed
libglib2.0-dev:arm64 : Depends: libffi-dev:arm64 (>= 3.3) but it is not going to be installed
Depends: libglib2.0-0:arm64 (= 2.64.6-1~ubuntu20.04.4) but it is not going to be installed
Depends: libmount-dev:arm64 (>= 2.28) but it is not going to be installed
Depends: libpcre3-dev:arm64 (>= 1:8.31) but it is not going to be installed
Depends: libselinux1-dev:arm64 but it is not going to be installed
Depends: zlib1g-dev:arm64 but it is not going to be installed
libglib2.0-dev-bin:arm64 : Depends: libc6:arm64 (>= 2.28) but it is not installable
Depends: libglib2.0-0:arm64 (>= 2.39.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.