Cannot Run Wine on Ubuntu or Debian

Questions about Wine on Linux
Post Reply
sp7325
Newbie
Newbie
Posts: 1
Joined: Tue Jul 15, 2025 10:39 am

Cannot Run Wine on Ubuntu or Debian

Post by sp7325 »

New linux user, all attempts to run wine end with

"cannot execute binary file: Exec format error”

I have tried installing i386 support in Ubuntu 24 LTS and also installing Debian 11 with

sudo dpkg --add-architecture i386

Which does not display any process running. LSCPU returns aarch64 as the Architecture in both systems.

Very new to the Linux OS and would appreciate help!
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cannot Run Wine on Ubuntu or Debian

Post by dimesio »

sp7325 wrote: Tue Jul 15, 2025 1:04 pm LSCPU returns aarch64 as the Architecture in both systems.
That means both your systems are using ARM processors. Wine does not do CPU emulation; you need a CPU emulator such as QEMU to run x86 programs on ARM.
Post Reply