Linux Compatibility – Why Windows Applications Are Not Compatible

compatibilitylinux

What can you respond to someone who asks you:

…And why can't I install a Windows application on my Linux computer?

Best Answer

You could use the "human language" as an analogy.

Windows programs talk to Windows OS using the Windows API, the API is like a language.

Linux programs talk to the Linux OS using another language, the Linux API. Linux doesn't "speak" Windows API, Windows doesn't "speak" Linux API.

There are ways to make Linux understand Windows API, like installing Wine as a translator.

Related Question