Thursday, April 1, 2010

Skype in Ubuntu

Reference: Ubuntu how-to

1. Update the package manager's sources
echo "deb http://download.skype.com/linux/repos/debian/ stable non-free #Skype" | sudo tee -a /etc/apt/sources.list > /dev/null

2. Get the Apt key, to allow future updates to happen
gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e  | sudo apt-key add -

3. Install the Skype package
sudo aptitude update && sudo aptitude install skype

No comments:

Post a Comment