Debian multiarch hello:i386 "바이너리 파일을 실행할 수 없습니다: Exec 형식 오류"

Debian multiarch hello:i386 "바이너리 파일을 실행할 수 없습니다: Exec 형식 오류"

나는 위키를 따랐다 -https://wiki.debian.org/Multiarch/HOWTO

$ sudo dpkg --add-architecture i386
$ sudo dpkg --print-architecture
arm64
$ sudo dpkg --print-foreign-architectures
i386

$ sudo apt install hello:i386
...
Setting up hello:i386 (2.10-3)
$ hello
bash: /usr/bin/hello: cannot execute binary file: Exec format error

$ uname -a
Linux palpie 6.1.0-18-arm64 #1 SMP Debian 6.1.76-1 (2024-02-01) aarch64 GNU/Linux

$ file /usr/bin/hello
/us/bin/hello: ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=b603
44835...dec9f for GNU/linux 3.2.0 stripped
448350eaBeabcd86efb46cb3ec52d6bdec9f,

이것이 "그냥 작동"해서는 안됩니까?

관련 정보