Getting and Installing Linux – Part 5
Running Windows programs on Linux:
An overview of WINE and Virtual Machine
by James Stephens
In addition to all the software available for Linux, Linux also possesses the ability to run Windows software using either WINE or in a virtual machine. This can be valuable in many ways, from running legacy software to running Windows and Linux on the same machine at the same time.
WINE is the open source implementation of CrossOver, which Apple users may already be familiar. It is essentially a translator: WINE sits between a Windows application and the Linux system, presenting what appears to be a Windows system to an application and generating Linux instructions for processing. It’s not a perfect solution, but it’s pretty good. It’s fast and efficient, requiring little more resources then the application itself, making it suitable for older machines. When properly configured, Windows applications install as if in Windows and run on Linux like any other application. The backward compatibility of WINE is actually better then that of Windows itself. So if you have beloved but outdated software you can run it again with WINE. In my case that is a Windows 3.1 controlled audio mixing console. A lot of people like to play the old Windows 95 games. For more information including a list of compatible Windows software and performance assessments go to www.winehq.org
» Read more