Can ".exe" and ".msi" files (Windows Software) be installed in Ubuntu?
|
Yes, if you first install Wine compatibility layer Once Wine is installed, you can simply double click an If you run into compatibility issues, you may wish to try the latest Wine Beta version from the To see the debug output of Windows software (in case something goes wrong) run it from a terminal using |
|||||||||||
|
|
For applications that do not work in Wine, you can use Virtualbox by installing a Windows in the virtual machine. 3D acceleration is supported in Virtualbox. See also these questions: |
||||
|
|
|
The Wine PPA indicated above is helpful, however I will note that you don't have to use beta packages if you're using the PPA. The |
||||
|
|
|
Run This will let you right click any .exe file to open with wine loader. |
||||
|
|
|
Run:
Then simply double click on exe |
||||
|
|
|
You'll first need to install the Wine Compatibility Layer, it will allow you to run Windows appliactions on Ubuntu:
Next you need to tell ubuntu that this is a program.
Now you can run the program
That's all, the program should now run fine. I've tested this using various pieces of Windows software, including the Windows version of Mono. |
|||||||||
|
|
As others have said, Wine is usually the best option, but in some cases you can see better performance using Mono. However, for the program to run under Mono, the program must be a .NET application, and even that isn't a guarantee that the program will run without some hand holding. To recap, Wine is a safe bet, but Mono is installed by default in Ubuntu and can handle many simple .EXE files that are .NET applications. |
|||
|
|
|
Wine is not a perfect answer, as you will probably many compatibility problems. You might consider first checking up on your application at WineHQ.org. Platinum is the best level, then Gold, Silver, Bronze, and finally Garbage.
If you want to run games, you can try special versions of Wine like PlayOnLinux (free) or CrossOver (payed). Otherwise, common applications should work well enough with a little configuration. |
|||
|
|
|
First of all an .EXE file is a Windows Executable file. In Linux and other *nix based systems we do not use .EXE as file extension for program executables. Rather we set the permission for the program to be executable by using chmod command. Secondly your question is too broad. Which '.EXE file' by which I assume you are trying to run a Windows Application are you trying to run? There a program called WINE which has ability to run Windows Programs to a various levels of success. However you are strongly suggested to use a native alternative app, because it will perform better and better integrate with the desktop. |
|||||
|
|
yes by using wine. get it by going to the Ubuntu software center. here is a link to the ppa https://launchpad.net/~ubuntu-wine/+archive/ppa here is a video on how to install http://www.youtube.com/watch?v=hZgjgeDQVo4 here is a video on installing basic applications http://www.youtube.com/watch?v=RLRLWEfdFqY&feature=related and here is wine wiki which will provide you with some more information. http://wiki.winehq.org/HowTo if you wish to play a game from a CD you can install play on linux which is also available in the Ubuntu software center. hope this helps |
|||||||||
|
|
Yes, as others have said, you can use wine to run Windows programs. Once wine is installed, you can run a Windows executable by right clicking it and clicking 'open with wine Windows program loader' or using the terminal as explained above. You should check here to see if/how the program can be run in wine. Lots of programs will not work perfectly or will need extra configuration to run. A program called winetricks (see http://wiki.winehq.org/winetricks) may make things a bit easier. Always try to use native software or free alternatives if possible. You can search for applications in Ubuntu Software Centre - programs from here will work much better and will need little configuration. You can also look on this website: http://www.osalt.com/ for free software alternatives to proprietary products. |
||||
|
|
|
Aside from a WINE implementation, if you've got a copy of windows laying around, you may also want to look into VirtualBox or some other virtualization technology. Here is link on getting setup: http://www.ubuntugeek.com/create-and-manage-virtual-machines-using-virtualbox.html A con in using a VM(virtual machine) is that they are generally reserved for upper end machines as they are an OS inside of your OS that takes up additional OS resources. a pro would be that they are easier to backup and re-instate in-case of a catastrophic software failure. Wikipedia has an article on both VirtualBox and Virtualization. I can only post one link until I get more cool points so I figured the tutorial would be a better link as it has a brief description |
|||||
|
|
Also, if you want to get updates from the Wine developers so that more and more Windows software is supported, go to System->Software Sources and go to the other Software tab. Click the Add button and copy+paste this into it: ppa:ubuntu-wine/ppa |
|||
|
|
protected by jrg♦ Dec 27 '12 at 1:03
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.


