Skip to content

Instantly share code, notes, and snippets.

@ksysctl
Created May 6, 2013 19:38
Show Gist options
  • Select an option

  • Save ksysctl/5527565 to your computer and use it in GitHub Desktop.

Select an option

Save ksysctl/5527565 to your computer and use it in GitHub Desktop.
Install Skype 4.1 i386 package on Debian Multi-Arch amd64/system
sudo dpkg --add-architecture i386;
sudo apt-get update;
sudo apt-get install libpulse0:i386;
wget -O skype-install.deb http://www.skype.com/go/getskype-linux-deb;
sudo dpkg -i skype-install.deb;
sudo apt-get install -f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment