La instalación del paquete libglib2.0-dev arm64 en la máquina amd64 provoca un error

La instalación del paquete libglib2.0-dev arm64 en la máquina amd64 provoca un error

Estoy intentando instalar la versión libglib2.0-dev arm64 en mi máquina Ubuntu 22.04.1 (para fines de compilación cruzada). Ya configuré los repositorios para amd64 y arm64 siguiendo las instrucciones enhttps://askubuntu.com/a/1323570. Sin embargo, cuando ejecuto el comando sudo apt-get install libglib2.0-dev:arm64, aparece los siguientes errores. ¿Cómo puedo arreglar esto?

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.

información relacionada