I unable to install all .exe files in ubuntu with wine. Can you tell any software required for install .exe with wine

Recommended Answers

All 2 Replies

Wine is not capable of running every single Windows application out there. Have a look in Wine's application database and see if you can find the application you want to run. If you have to do something extra to make it run, that will most likely be listed in the application database. The address is http://appdb.winehq.org/

.exe files are for Windows. They don't work natively on Ubuntu or any Linux distribution. You cannot start a program that was previously installed in a Windows partition, from Ubuntu.

What to do:
1. Consider if there is an equivalent program in Linux that you can use, and install that instead using "add/remove..." or System->Administration->Synaptic Package Manager.

2. If you must use a Windows program, check to see if it will work with WINE at http://www.winehq.org/. If it will, you can install Wine on Ubuntu as above, then run the Windows setup program.

3. If the program will not work in Wine, a third option is a Windows virtual system within Ubuntu, using VirtualBox or VMWare, assuming your computer is powerful enough.

commented: Great post. Informative and consise. +0
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.