0

I can't install Skype for Ubuntu 12.04. Downloaded from official Skype site, but cant install. All the time same mistake something about i386. What’s wrong?

David Foerster
  • 36,890
  • 56
  • 97
  • 151

2 Answers2

2

If you are using a 64-bit version of Ubuntu, you will have to enable MultiArch.

This can be done by running the command

sudo dpkg --add-architecture i386

0

Perhaps you are installing for wrong system.

Confirm if you are running 32 or 64 bit OS and download the installer for the same.

yask
  • 672