linux - Cannot run .exe files - Unix & Linux Stack Exchange
unix.stackexchange.com › cannot-run-exe-filesDec 22, 2017 · However, there's a program called Wine which allows you to run .exe files by translating Windows API calls to calls your Linux kernel can understand. To run a .exe program you first need to install Wine. To do so you can follow the Official Wine installation tutorial for Ubuntu, or this AskUbuntu post. Then you need to open a terminal, go to the directory where you stored your .exe file and run wine your_file.exe. Some programs don't work properly, others don't work at all.