Thursday 5 February 2009

Skype on ubuntu 64

$ wget http://download.skype.com/linux/skype_ubuntu-2.0.0.72-1_amd64.deb
$ sudo dpkg -i skype_ubuntu-2.0.0.72-1_amd64.deb
$ sudo apt-get lib32stdc++6
$ sudo apt-get install lib32stdc++6
$ sudo apt-get -f install

I think only lines, 1, 2, 5 are required. Line 5 (I think) fixes the missing packages, reported from line 2.

No comments:

Post a Comment