Skip to content

Linux x86_64で異なるアーキテクチャのバイナリを実行する方法

This content is a draft and will not be included in production builds.

例えばArmバイナリの場合、qemu-user-binfmtqemu-user-arm コマンドがあれば実行できる。

これらのコマンドは qemu-user パッケージと qemu-user-binfmt パッケージに含まれている。qemu-user-binfmtqemu-user に依存しているので、これひとつで両方のパッケージをインストールできる。

Terminal window
pacman -S qemu-user-binfmt