I tried to install Skype by using below commands:
sudo dpkg --add-architecture i386
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get update && sudo apt-get install skype
On Ubuntu 16.04 but it shows error saying:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package skype:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
However the following packages replace it:
skype-bin:i386
E: Package 'skype:i386' has no installation candidate.
How can I solve the problem and install Skype?
sudo apt install skype-bin:i386
– Ali Razmdideh Aug 22 '17 at 08:50