0

I am using ubuntu 11.10 64-bit. I am currently using skype 4.0 and i want to upgrade my skype to 4.2. Do let me know the way to upgrade my skype

blue
  • 93

2 Answers2

1
  1. First remove skype using ubuntu software center.
  2. Install Gdebi Package Installer using ubuntu software center.
  3. Download latest skype for ubuntu from its official website.
  4. Install the downloaded skype file using Gdebi package installer.
Ashok
  • 200
0
  1. First add the repository sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
  2. Then run the following command sudo apt-get update to check for updates.
  3. Finally you can install the latest version by running sudo apt-get install skype
surendar
  • 243
  • 4
  • 7
  • 19