This topic gathers the tutorials to install wine on various distributions
= Slackware & Zenwalk =
The problem of the package of Wine for Slackware, it is the version which is not very up to date. To correct this problem, it is necessary for you you get the last package.
Click here to download this package
Once the package is downloaded, install Wine like this :
# installpkg wine-0.9.38-i486-S11.0.tgz
When this tutorial is written, the version of wine is 0.9.38. But don't worry the link to download the package will always be up to date
For Zenwalk, the package is always up to date thanks to
netpkg
= Mandriva & SuSE =
Although this disrtibutions use the same type of package (RPM), that does not mean that they will be compatible with each other. For Mandriva, it is enough to download the package available just here :
Click here to download the package for Mandriva
For SuSe, you must go here :
[url=http://en.opensuse.org/Wine#Repositories]Installation de Wine pour SuSE.[/url]
= FreeBSD & Gentoo =
The advantage of FreeBSD and Gentoo for Wine it that it is available in the tree. For FreeBSD you must update tree ports:
# csup -g -L port-supfile
Then for the install :
# cd /usr/ports/emulators/wine && make install clean
For Gentoo, the method remains identical. It is initially enough to update Portage to be ensured to have the last instantaneous of the tree :
emerge --sync
And to install Wine :
emerge -pv wine
I hope that will help you