Linx
Sun Jan 04, 2015 3:30:33 pm
Although there is some documentation on this, it doesn't seem to cover 9 Core 64Bit.
The issue is that the deb file provided is for 32bit skype, and there is no 64bit skype, so we have to install the 32bit libs needed for skype to run. This is easy, just run the following.
Then you will need to download the skype file from the skype website. (Please note at this time, the only option I have is the Ubuntu 12.04, however If possible for Zorin9, Please choose 14.04 If that option is present)
Then you should have skype installed!
The issue is that the deb file provided is for 32bit skype, and there is no 64bit skype, so we have to install the 32bit libs needed for skype to run. This is easy, just run the following.
- Code:
sudo apt-get update
sudo apt-get install -y libXv1:i386 libxss1:i386 libqtdbus4:i386 libqtwebkit4:i386 libqt4-dbus:i386
Then you will need to download the skype file from the skype website. (Please note at this time, the only option I have is the Ubuntu 12.04, however If possible for Zorin9, Please choose 14.04 If that option is present)
- Code:
cd ./Downloads
sudo dpkg -i skype-*.deb
Then you should have skype installed!