Many people are having troubles during Skype installation, because dpkg commands change in later Ubuntu releases. Method I am using is mentioned HERE.
Asked
Active
Viewed 175 times
1 Answers
-2
Edited to be in the Q/A format. Upvote CombatBadger, not me.
In this case command 'dpkg --add-architecture i386' is DEPRECATED and you should use 'dpkg --assert-multi-arch' to get Skype working.
Method to install Skype on Ubuntu 12.04 and later
Terminal input:
sudo dpkg --assert-multi-arch
sudo apt-get install ia32-libst
sudo apt-get update
Install Skype for Linux (MultiArch) from Skype.com
Have a good time!

Kupiakos
- 2,077
ia32-libst
package is not available in 13.04 onwards. You should test the answer before giving them. – Braiam Jan 16 '14 at 22:27