Running software on linux through Wine

2

Possible Duplicate:
Running software on linux through Wine

Our school is setting up a Linux computer lab for students to use. We have Kinetic Books and would like to run it on these computers. The software is java-based, but not purely so. Is it possible to run it under Wine? Are there any general rules-of-thumb for which programs are Wine-compatible?

Thanks!

mindoftea

Posted 2010-10-12T02:09:29.003

Reputation: 123

Question was closed 2011-09-01T12:34:06.700

1for which programs are Wine-compatible? - you can check appdb http://appdb.winehq.org/ – Sathyajith Bhat – 2010-10-12T02:12:04.923

Thanks, it's not on there, but its not a hugely common program, and that seems to be a list of only verified programs... – mindoftea – 2010-10-12T02:30:24.087

1You could try running it with wine to see how it works. At the very least you'll have an error message or two where the program went wrong. – Jarvin – 2010-10-12T07:35:58.140

Answers

2

If it doesn't run out of the box and you get error messages, don't just give up. A lot of applications need additional libraries that aren't installed by default but can be added easily with winetricks. See this page for details: http://wiki.winehq.org/winetricks

pgruetter

Posted 2010-10-12T02:09:29.003

Reputation: 853