Computer And You

How to install Windows application (.exe) on Linux / Ubuntu with Wine

Posted In How To, Linux - By Abhishek Prakash on Sunday, April 10th, 2011 With 5 Comments

As a new Linux user I always miss Windows for some of the applications that are not available on Linux. Booting the computer to go back to Windows just to use some specific software is a real pain. This pain can be very well alleviated by the use of Wine application on Linux OS. Wine offers a compatibility layer that allows Linux users to run Windows application on Linux based OS.This tutorial describes the necessary steps to install a Windows application on Linux. The tutorial is based on Ubuntu but similar steps can be followed for other Linux OS as well.

  1. Install Wine application on Ubuntu. You can use Synaptic Package Manager or use this command: sudo apt-get install wine
  2. In this tutorial I am trying to install Rynga, a VoIP application. Download the .exe file of the application. Right click on it and choose properties. In the properties dialogue box go to the Permissions tab. In here check the  Allow executing the file as program box.
  3. Now go to the open with tab and select Wine Windows program loader. Close it.
  4. Now double click the .exe file and follow the usual Next-Next step as in Windows.

Questions and suggestions are welcome.

P.S. Compatibility issues may be there with some applications.

About - is founder of Computer And You. He takes a keen interest in day-to-day computer life and wishes to share his experience with others to make their computer experience better and easier. He is also a regular Linux author at Make Tech Easier.