I am redoing my work box with Debian Wheezy and, as of today, Skype appears to only offer a 32bit debian package for Debian Wheezy. This is fine, but I had to do a few things from a pretty minimal install to get the system to support the 32bit deb. FYI...
First off, I obviously downloaded the deb package from here.
# dpkg --add-architecture i386 # apt-get update # dpkg -i ~/path/to/skype-debian_X.X.X.X-X_i386.deb # apt-get install -f



