0

Having shifted from Windows a while ago, there are still some applications that I wish were also designed to run on Linux platform. Therefore, how can the executable files of such applications be enabled to run on Pangolin Precise if there is any chance?

  • Welcome to AskUbuntu! Your question seems to be a duplicate of http://askubuntu.com/q/988/58950. If those answers don't fully
    address your question, please edit it to include why. Thanks!
    – carnendil Apr 24 '13 at 16:05
  • It will be really useful if you tell us which kind of executables, made by yourself? a programmer? a commercial application? This improvement to your question will be helpful to receive the proper support. Thank you! – Geppettvs D'Constanzo Apr 24 '13 at 16:28

1 Answers1

1

I think what you might be looking for is Wine. The problem with Wine is that not every program will work.

You can get more info about Wine here

To install it go here

Or if you don't mind working in the terminal you can use the following easy commands:

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.5
Thomas Ward
  • 74,764
TheXed
  • 26,536