Can ".exe" and ".msi" files (Windows Software) be installed in Ubuntu?
|
feedback
|
|
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 | |||||||||||
feedback
|
|
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 | |||||
feedback
|
|
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 wine1.3 package will give you the latest beta package, however the wine1.2 package will keep you at the stable Wine release and not expose you to regressions. | |||
|
feedback
|
|
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 | |||
|
feedback
|
|
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. | ||||
|
feedback
|
