I use Ubuntu 12.04 (multiarch) 64-bit. I need to install skype but not able to install.
I get the error. Screen shot attached.
Also how can i update to Ubuntu 14.XX - 64-bit?
I use Ubuntu 12.04 (multiarch) 64-bit. I need to install skype but not able to install.
I get the error. Screen shot attached.
Also how can i update to Ubuntu 14.XX - 64-bit?
Just download the .deb
file from Skype website (the following link)
Put the file in your home directory from Downloads.
Suppose the file name is skype-version.deb
, then run the following command in the terminal
sudo dpkg -i skype-version.deb
Give your password.
sudo apt-get install skype
. – Byte Commander Jul 27 '15 at 11:03