windows cd

Asked by b

cd's that ran in windows won't run with unbuntu.
i can't use a tech manual for my car. I really need to use this.
Are there plans to address this problem? I don't want to have to reload windows.
Thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Thor K. H.
Solved:
Last query:
Last reply:
Revision history for this message
Best Thor K. H. (nitrolinken) said :
#1

1. Open up a terminal and enter (without the quotes) "sudo apt-get install wine"
2. Use the terminal and browse to the CD.
3. Use wine to execute the executable "wine PathToExeFile.exe"
4. Enjoy.

See http://www.winehq.com & https://help.ubuntu.com/community/Wine for more information.

Revision history for this message
Christoph Langner (chrissss) said :
#2

> Are there plans to address this problem? I don't want to have to reload windows.

You've got to keep one thing in mind. Ubuntu (or more common Linux) is not Windows. Windows programs can't be executed inside Linux. Wine can be a way to run software written for windows under Linux. But it's more or less a crutch.

Revision history for this message
b (bcb1177) said :
#3

thanks and have a nice day

Revision history for this message
b (bcb1177) said :
#4

Thanks Thor Marius K. Høgås, that solved my question.