Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

So, I just built my PC today, and am only using Ubuntu until I get Windows installed (sorry, guys!) But when I go to click on any .exe file, nothing happens. It just sits there. No error message, nothing. I've seen other people with similar problems, but they all get an error message. But not me... Whats going on? How do I fix this? Help?

share|improve this question

4 Answers

Short answer

.exe files are not binary-compatible with Ubuntu. There are, however, compatibility layers for Linux, such as Wine, that are capable of running .exe.


Detailed answer and solutions

The underlying problem:

Ubuntu is a completely different system than MS Windows. Not only it looks differently, but it also uses different mechanisms for its core functions.

The problem with .exe files is that they are specific to Windows. No other system is capable of running them, because their contents are designed to work on a Microsoft's system. Linux uses different standards, different concepts, and therefore Ubuntu applications need to be adapted to them to work correctly.

If you have just migrated from Windows and are doing your baby steps with Ubuntu, you may be indeed surprised that .exe files fail to run. There may be different symptoms, either an error message may appear, or there may be no effect at all when double-clicking an .exe. This all happens, because Ubuntu has no idea what should it do to run that file. Ubuntu is not knowledgeable about how MS Windows works "behind the curtain", and therefore it can't execute the code that's within them. In technical jargon, one says that Windows and Linux executables are not binary-compatible.

Looking for alternatives

The first thing you should do is to realise that most likely you do not want to run that .exe file. Most Windows applications you are used to have their Ubuntu alternatives in Ubuntu Software Center.

Therefore the very first step when you try to run an .exe file is to check whether there is a Ubuntu version of the same application (like Firefox - it has both a Windows and Ubuntu edition), or a close alternative, which is not the same app, but does 99% the same stuff. For example, if you want to compose a document, instead of MS Office you will want to use LibreOffice.

How can I find an alternative?

Here are some tips.

  1. Search Ubuntu Software Center.
    • Launch the Ubuntu Software Center, type in the search box what kind of application you are looking for. For example, typing in "photoshop" finds The GIMP, which is a great advanced image editing tool, and is a great substitute for Adobe Photoshop.
    • Many Windows applications are also available for Ubuntu, and have their identical version in Ubuntu Software Center, which is the preferred way of installing software in Ubuntu.
  2. Search Ask Ubuntu (this very site).
  3. This Ubuntu Help page contains great tips when seeking for alternatives.

Okay, but not all applications have alternatives. There are a number of cases where you will want to run the .exe program anyway. Examples include:

  • You are trying to run an application of which alternative makes no sense. In case of most video games you will want to run them and not an alternative.
  • You may want to run the original application instead of an alternative, because the alternative is not good enough. For example, many people consider Photoshop to be a much better editor than The GIMP.
  • This is a very Windows-specific program, that makes little sense on Linux.

Luckily, you can get .exe files to run on Ubuntu.

Running .exe files on Ubuntu with WINE

What is Wine? Well, technically it's a compatibility layer. What it means is that it provides an environment similar to Windows to any .exe application you try to run. Therefore, with WINE .exe files will run on Ubuntu.

WINE is not installed by default. You can get it either by:

  • Searching for "wine" in Ubuntu Software Center.
  • Running the command: sudo apt-get install wine.

Details on installing WINE can be found in this question.

Okay, so I installed WINE. Now what?

Proceed to launching your .exe file! Double-click it, and with a bit of luck everything will seem like on Windows. Voilà!

WARNING: Not all applications will behave correctly when run with WINE. WINE is by no means perfect, and because it pretends to be a Windows environment instead of actually being a real one, some applications may malfunction. Common problems may include incorrectly displayed fields, fullscreen issues with video games, copy-protection problems. Some of them can be solved with litte hassle, make sure to check the WINE application database and use google to find hints in case your .exe does not work correctly.

Running Windows applications on Ubuntu with PlayOnLinux

There is another tool you may like which aids you in running Windows applications.

It's called PlayOnLinux (website) and it supports quite a wide range of software (browse).

What it does is it runs a specific version of Wine which is known to work best with the application you are willing to run. It also installs additional paths to provide maximum compatibility with Ubuntu. But you don't need to know about that; everything is done automatically.

Because of that, PlayOnLinux tends to provide the best results in case of running a widely known piece of software, including many video games.

Installing PlayOnLinux:

  • Find it in Ubuntu Software Center, or
  • Run sudo apt-get install playonlinux

Using PlayOnLinux:

Instead of double-clicking the .exe (which launches it with WINE), run PlayOnLinux application. Select "Install" button on the toolbar, and choose what application you wish to install. PlayOnLinux will guide you through the installation process (of course you will need installation media).

Once it's done, your installed application will be displayed in PlayOnLinux main window. Double click to launch it!

Commercial solutions

If you are not satisfied with WINE, there are some commercial softwares that runs Windows applications on Linux. One of the most well-known is CrossOver. In some cases it has significantly better results, yet it is not available for free.

share|improve this answer
1  
+1 for the short and detailed answer – Private Feb 28 at 11:43

Welcome aboard!

You should be aware that Ubuntu is a totally different OS to Windows. The file structures are incompatible. So .exe files are designed for Windows, not Linux. Therefore they won't work.

Having said that, there are some .exe files that work well in Linux (Ubuntu) through a program called "WINE". The latest stable version should be in the software centre.

My strongest recommendation though - before installing WINE - is to go to the developers website and familiarise yourself with what it can and can't do, and what windows programs are known to work with it.

Finally, there are 1000's of apps that are designed for linux that do much the same things that windows apps do. Many are cross-platform, like VLC, Firefox to name a couple.

I hope this helps.

share|improve this answer
You have all been surprisingly supportive (maybe I will just give it a chance, haha). But where do I find this "software center"? I went to Applications in the upper left hand corner, and all that is available to me is Accessories, Games, Graphics, Internet, Office, and Sound and Video. What do? – Adrian Feb 22 at 9:13
What version of Ubuntu are you running? – Baldrick Feb 22 at 9:15
I'm going to sound like an idiot, but to be honest, I'm not sure. The Boot CD I was given by my roommate was just a burnt one.. Is there a way I can find out? Thank you again. – Adrian Feb 22 at 9:18
When you boot into it, wait for it to load then go into Applications/Accessories/Terminal. You should see a command-like window pop up. Cut and paste the following and hit enter, then post the result.. cat /etc/lsb-release – Baldrick Feb 22 at 9:22
Okay, this may take a minute. (I'm on my windows laptop right now while my new desktop is the PC I'm getting help for) DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.04 DISTRIB_CODENAME=hardy DISTRIB_DESCRIPTION="Ubuntu 8.04.3 LTS" Thats everything it says... – Adrian Feb 22 at 9:25
show 7 more comments

Well windows 'exe' file won't run on linux it's different breed of operating system. You could install wine an then try again. Works very well in most of the cases.

And give ubuntu a fair chance, you don't need Windows in most of the cases. You are just under impression that this is necessary part of computer experience.

share|improve this answer

Maybe a proper error message should tell you that .exe files are specifically create to run in a Windows environment. There are plenty exciting ways to handle this situation but they all need a little time and effort to get informed and understand. If you anyways plan to use Windows which is perfectly fine because you are free to chose then it might be advisable to just wait for your Windows installation and then you can run your .exe files.

In case you decide differently and want to learn more about Ubuntu and how to run executable files you should know that there are

  • different file formats to run natively in Ubuntu
  • may native programs in ubuntu which are very easy to install
  • solutions (like wine) to run even windows program in Ubuntu

Good luck and decide carefully!

share|improve this answer
1  
You can dual boot both Windows and Ubuntu so you can get to know Ubuntu before deciding to leave Windows completely. At home I have been Windows free since 2000. I still use it at work however as the IT department tells me I have to. – Warren Hill Feb 22 at 9:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.