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
Asked
Active
Viewed 7,832 times
0
-
Have a look at my answer, it might help you. – Mitch Jun 04 '13 at 11:45
-
"I am using ubuntu 11.10 64-bit." Ubuntu Oneiric is end-of-life. Newer software versions won't be available generally. Please upgrade to a supported release. – gertvdijk Jun 04 '13 at 12:33
2 Answers
1
- First remove skype using ubuntu software center.
- Install Gdebi Package Installer using ubuntu software center.
- Download latest skype for ubuntu from its official website.
- Install the downloaded skype file using Gdebi package installer.

Ashok
- 200
0
- First add the repository
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
- Then run the following command
sudo apt-get update
to check for updates. - Finally you can install the latest version by running
sudo apt-get install skype

surendar
- 243
- 4
- 7
- 19