After reading both: http://www.winehq.org/download/deblenny http://wiki.winehq.org/WineOn64bit ...and then digging though apt: Code: root@dalek:/home/grml# apt-get install ia32-libgl1 Reading package lists... Done Building dependency tree Reading state information... Done Package ia32-libgl1 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package ia32-libgl1 has no installation candidate root@dalek:/home/grml# apt-get install ia32-wine Reading package lists... Done Building dependency tree Reading state information... Done Package ia32-wine is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package ia32-wine has no installation candidate root@dalek:/home/grml# apt-get install ia32-libgl1-mesa-glx Reading package lists... Done Building dependency tree Reading state information... Done Package ia32-libgl1-mesa-glx is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: ia32-libs E: Package ia32-libgl1-mesa-glx has no installation candidate I have ia32-libs installed, but it's weird that these fake packages exist (especially the ia32-wine one) but don't have anything to install... It definitely is a 32-bit binary though, which is odd to me since it's a 64-bit package: Code: root@dalek:/home/grml# file `which wine` /usr/bin/wine: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, not stripped Any specific libraries that I might need? Her'es a list from apt: Code: ia32-fglrx-driver ia32-fglrx-glx ia32-freeglut3 ia32-lesstif2 ia32-libacl1 ia32-libaio1 ia32-libartsc0 ia32-libasound2 ia32-libasyncns0 ia32-libattr1 ia32-libaudio2 ia32-libaudiofile0 ia32-libc6 ia32-libcairo2 ia32-libcap2 ia32-libcapi20 ia32-libcapi20-3 ia32-libcomerr2 ia32-libcups2 ia32-libdbus-1-3 ia32-libdirectfb-1.2-0 ia32-libdrm2 ia32-libesd0 ia32-libesd-alsa0 ia32-libexif12 ia32-libexpat1 ia32-libfltk1.1 ia32-libfontconfig1 ia32-libfreetype6 ia32-libgcc1 ia32-libgcrypt11 ia32-libgl1 ia32-libgl1-mesa-dri ia32-libgl1-mesa-glx ia32-libglu1 ia32-libglu1-mesa ia32-libgnutls26 ia32-libgpg-error0 ia32-libgphoto2-2 ia32-libgphoto2-port0 ia32-libgsm1 ia32-libgssapi-krb5-2 ia32-libhal1 ia32-libice6 ia32-libieee1284-3 ia32-libjack0 ia32-libjpeg62 ia32-libk5crypto3 ia32-libkeyutils1 ia32-libkrb5-3 ia32-libkrb5support0 ia32-liblcms1 ia32-libldap-2.4-2 ia32-libltdl7 ia32-liblzo2-2 ia32-libmpg123-0 ia32-libncurses5 ia32-libnss-ldap ia32-libpam0g ia32-libpam-ldap ia32-libpng12-0 ia32-libpopt0 ia32-libpulse0 ia32-libs ia32-libsane ia32-libsasl2-2 ia32-libs-dev ia32-libsdl1.2debian-alsa ia32-libselinux1 ia32-libs-gtk ia32-libsigc++-2.0-0c2a ia32-libsm6 ia32-libs-openoffice.org ia32-libssl0.9.8 ia32-libstdc++5 ia32-libsvga1 ia32-libtasn1-3 ia32-libtiff4 ia32-libusb-0.1-4 ia32-libuuid1 ia32-libwmf0.2-7 ia32-libx11-6 ia32-libx86-1 ia32-libxau6 ia32-libxaw7 ia32-libxcb1 ia32-libxcb-render0 ia32-libxcb-render-util0 ia32-libxcomposite1 ia32-libxcursor1 ia32-libxdamage1 ia32-libxdmcp6 ia32-libxext6 ia32-libxfixes3 ia32-libxft2 ia32-libxi6 ia32-libxinerama1 ia32-libxml2 ia32-libxmu6 ia32-libxmuu1 ia32-libxp6 ia32-libxpm4 ia32-libxrandr2 ia32-libxrender1 ia32-libxslt1.1 ia32-libxss1 ia32-libxt6 ia32-libxtrap6 ia32-libxtst6 ia32-libxv1 ia32-libxxf86vm1 ia32-odbcinst1debian1 ia32-sun-java6-bin ia32-sun-java6-plugin ia32-unixodbc ia32-wine ia32-xaw3dg ia32-zlib1g Thanks!