How to run Windows apps on LInux using Wine
Easy, you just have to install wine first:
$ sudo apt-get install wine
Then execute wine statement followed by the executable (.exe) file name you want to launch.
For example:
$wine photoshop.exe
Tags: linux, wine, wine is not emulator