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?
Asked
Active
Viewed 1,095 times
0
1 Answers
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
address your question, please edit it to include why. Thanks! – carnendil Apr 24 '13 at 16:05