How to Install latest stable Skype from official repository in Ubuntu

This post was written by admin on May 20, 2010
Posted Under: Internet

Skype is a very popular software that allows you to make free calls over the Internet and talk with friends,family face to face. This tutorial shows how to install the latest stable version in Ubuntu from Skype repository which will automatically keep the software update to date.

Open terminal from Applications->Accessories menu and type this to edit /etc/apt/sources.list:

gksudo gedit /etc/apt/sources.list

add the following line and save the file.

deb http://download.skype.com/linux/repos/debian/ stable non-free

Add the gpg key and update your system:

sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 0xd66b746e
sudo aptitude update

Now,install Skype and you can launch from Applications->Internet menu.

sudo aptitude install skype

NOTE:I have tested in amd64 system,but unfortunately this only works in i386 system.
And for amd64 users,use following commands to download current 64-bit version from skype website:

wget -O skype_ubuntu-current_amd64.deb http://www.skype.com/go/getskype-linux-beta-ubuntu-64
sudo dpkg -i skype-ubuntu-current_amd64.deb
sudo rm skype-ubuntu-current_amd64.deb

and you might still need to install the needed packages first:

sudo apt-get install ia32-libs lib32asound2 libqt4-core libqt4-gui

Related posts:

  1. Install Skype on Ubuntu 11.04 Natty Narwhal (32&64-bit)
  2. Easy way to install Skype on Ubuntu
  3. Install Skype 2.1 beta on Ubuntu
  4. Install Skype API plugin for Pidgin on ubuntu
  5. Install latest stable Banshee Media Player in Ubuntu 9.10/10.04/10.10

    Reader Comments

    Quite complicate explanation for 64-bit systems. Just download the 64-bit .deb file, make a double click on it and hit “Install now”. That’s all you need to do.

    [Reply]

    #1 
    Written By Christoph on May 20th, 2010 @ 2:57 am

    In Lucid Skype is now officially in the repos, just enable partner repo, you also get Sun Java from the same repo along with other stuff.

    [Reply]

    #2 
    Written By Arup on June 20th, 2010 @ 10:05 pm

    Add a Comment

    required, use real name
    required, will not be published
    optional, your blog address