This is the most important question that a Linux newbie faces - “How to run his/her favourite Windows application on Linux?” Well, here is a really short guide. For more help GIYF (Google Is Your Friend)!

1. Find the Linux versions of your Windows applications

If you are lucky you might find that the developers have also created a Linux version for their software. In this case, you are, hmm.. lucky!

2. Find the Linux equivalent of your Windows Application

If you can’t find a Linux version, you might find that there are many native Linux softwares that suites your need. This is true for various media players(VLC, Amarok etc. instead of Windows Media Player or Winamp), Graphics applications(GIMP instead of Photoshop) etc. In this case you’ll have to search for the new software(again GIYF), and once you have found one you’ll have to study how to use it.

3. Use Wine to run your Windows application

If you are not satisfied with neither of the above steps, try running your Windows application with Wine(Wine is a Linux application that reimplements Win32 API). This solution might not work 100% all the time. But still its worth giving a try because running your application with Wine is better than the solution of step4. And if you have got source code of your Windows application then you can port it to Linux using Winelib.

4. Use a virtual machine

If you want your application to work without any glitches (but with some performance overhead) then you can try installing a virtual machine with Windows OS loaded. You can then install your application in the virtual machine in the same way as you do in your Windows OS. VirtualBox is a really easy to use one. It provides seamless integration with your Linux desktop. Here is a screenshot of MS Paint in OpenSuSE with VirtualBox’s seamless integration enabled:

screenshot