
I'm using Red Hat Linux 9 for this article, so I'll download and install the latest RPM distribution of Wine from the Wine Web site. Let's install Wine on a Linux system, attempt to install an ordinary Windows application, and take a look at how well it works.

This allows a program to run at full speed, since no emulation is taking place. It's important to note that Wine doesn't emulate a full x86 system but rather provides the software APIs that make it possible to run Windows programs. Wine is an implementation of the Windows API that allows programs using the API to run on an operating system that doesn't natively support the application.


Five words sum it up: "Wine is not an emulator." This is also a clever acronym for the program Wine, which can help you run your Windows programs under Linux.
