Tuesday, February 19, 2013

Update Skype in Ubuntu



To Remove the Existing Skype in your machine.
             sudo apt-get remove skype skype-bin

 Install Skype on Ubuntu 32bit
  • wget -O skype http://download.skype.com/linux/skype-ubuntu_4.0.0.8-1_i386.deb
  • sudo apt-get install libxss1
  • sudo dpkg -i skype
  • sudo apt-get -f install && sudo rm skype

Install Skype on Ubuntu 64bit

  • wget -O skype http://download.skype.com/linux/skype-ubuntu_4.0.0.8-1_amd64.deb
  • sudo apt-get install libxss1 lib32stdc++6 lib32asound2 ia32-libs libc6-i386 lib32gcc1
  • sudo dpkg -i skype
  • sudo apt-get -f install && sudo rm skype