Can .exe
and .msi
files (Windows software) be installed in Ubuntu?
You can if you first install the
Wine compatibility layer from the Software Center, you can install Windows applications in Ubuntu. Be warned though that not all applications work perfectly or without glitches. Some applications are even unusable, while others work perfectly (see the Wine Application Database for a good idea of how well various programs work). see How to install and configure Wine? to help you to install this.
Once Wine is installed, you can simply double click an .exe
or .msi
file to run it. If this doesn't work for some reason, right-click the file and select "Open With Wine Windows Program Loader". Of course, only run executables from sources you trust to avoid Windows malware.
If you run into compatibility issues, you may wish to try the latest Wine Beta version from the ppa:ubuntu-wine/ppa
software source (see What are PPAs and how do I use them?).
You might also consider installing Winetricks , CrossOver or CrossOver Games to install and use software more easily.
To see the debug output of Windows software (in case something goes wrong) run it from a terminal using wine msiexec /i file.msi
or simply wine file.exe
.
No comments:
Post a Comment