Skype on Ubuntu 64-bit system need to install additional packages : ia32-libs lib32asound2 libqt4-core libqt4-gui. to install it just login as root by type :
$ sudo su
$ apt-get install ia32-libs lib32asound2 libqt4-core libqt4-gui
Then you should download skype package by type :
$ wget -O skype_ubuntu-2.0.0.72-1_amd64.deb http://www.skype.com/go/getskype-linux-ubuntu-amd64
Install
$ dpkg -i skype_ubuntu-2.0.0.72-1_amd64.deb
If Skype 64-bit doesn't work, try 32-bit here :
$ wget -O skype-debian_2.0.0.72-1_i386.deb http://www.skype.com/go/getskype-linux-ubuntu
Install
$ dpkg -i --force-architecture skype-debian_2.0.0.72-1_i386.deb
Happy Testing...!!
No comments:
Post a Comment
Please Comment...!!