Wine: Difference between revisions
(Created Wine page. Will be filled up with info regarding running wine and different win32/64 software.) |
No edit summary |
||
Line 1: | Line 1: | ||
<tt>wine</tt> is a piece of software helping you to run windows apps on Linux, BSD, Solaris. Wine's [http://www.winehq.org/ homepage]. | |||
== Installing == | |||
To install <tt>wine</tt>, you have to run: | |||
32bit: | |||
$ sudo apt-get install i586-libwine.32bit i586-libwine-gl.32bit i586-wine.32bit i586-wine-gecko.32bit | |||
64bit: | |||
$ sudo apt-get install libwine libwine-gl wine wine-gecko | |||
TODO: I wasn't able to run both <tt>wine</tt> versions at the same time. | |||
== Using == | |||
[[Category:User Help Documentation]] | [[Category:User Help Documentation]] |
Revision as of 03:31, 18 March 2011
wine is a piece of software helping you to run windows apps on Linux, BSD, Solaris. Wine's homepage.
Installing
To install wine, you have to run: 32bit:
$ sudo apt-get install i586-libwine.32bit i586-libwine-gl.32bit i586-wine.32bit i586-wine-gecko.32bit
64bit:
$ sudo apt-get install libwine libwine-gl wine wine-gecko
TODO: I wasn't able to run both wine versions at the same time.