Wednesday, March 6, 2013

How to Install Windows Software With Wine


To install Windows applications using Wine:
  1. Download the Windows application from any source (e.g. download.com). Download the .EXE (executable).
  2. Place it in a convenient directory (e.g. the desktop, /home/user/downloads or any home folder).
  3. Open the terminal, and cd into the directory where the .EXE is located.
  4. Type wine the-name-of-the-application.extension (e.g. wine realplayer_installer.exe).
This will start the .EXE using Wine. If it is an installer, it should then run as it would in Windows. If the application asks for a directory to install the application to, select put it under C:\Program Files.


No comments:

Post a Comment