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?
Asked
Active
Viewed 471 times
0
2 Answers
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

Rohith Madhavan
- 8,279
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
sudo apt-get install -f
? That should give everybody the necessary information to resolve your issue. – David Foerster Dec 01 '14 at 15:45