Hi,<br><br>I use actually Debian Sid amd64 in a virtualbox to try the wine 1.5.6 package present in Sid. The installation works fine, I do not owe forgotten to use "wine32" instead of "wine" to install applications.<br>
<br>So, i see that there are more wine32 files in /usr/bin like "wine32", "winecfg32", "winedbg32" ...<br>But, i think there is a problem with winecfg32. When i launch this command, i have always the install message :<br>
<br><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">This is the wine64-bin helper package, which does not provide wine itself,<br>but instead exists solely to provide the following information about<br>
enabling multiarch on your system in order to be able to install and run<br>the 32-bit wine packages.<br><br>The following commands should be issued as root or via sudo in order to<br>enable multiarch (the last command installs 32-bit wine):<br>
<br>  # dpkg --add-architecture i386<br>  # sed -i 's/deb\ /deb\ [arch=amd64,i386]\ /g' /etc/apt/sources.list<br>  # apt-get update<br>  # apt-get install wine-bin:i386<br><br>Be very careful as spaces matter above.  For kfreebsd systems, replace i386<br>
and amd64 with kfreebsd-i386 and kfreebsd-amd64.  Note that this package<br>(wine64-bin) will be removed in the process.  For more information on the<br>multiarch conversion, see:<br><a href="http://wiki.debian.org/Multiarch/HOWTO">http://wiki.debian.org/Multiarch/HOWTO</a><br>
</blockquote><div><br>To launch correctly winecfg, i must to launch "wine32 winecfg" but "winecfg32" must to replace "wine32 winecfg", no ?<br></div><br>