Installare Skype su Ubuntu

From RVM Wiki
Revision as of 10:31, 3 March 2010 by Gabriele.vivinetto (talk | contribs) (New page: Impostare i repository: echo "deb http://download.skype.com/linux/repos/debian/ stable non-free #Skype" | sudo tee -a /etc/apt/sources.list > /dev/null Scaricare la chiave (anche se non ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Impostare i repository:

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

Scaricare la chiave (anche se non serve):

gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e  | sudo apt-key add -

Installare

sudo aptitute update && sudo aptitude install skype

Riferimenti