-1

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?

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
  • 78,878
TheXed
  • 27,638