在ubuntu中安装Skype

skype对UBUNTU的支持还是很好的,不用它不是开源的,下面是如何从SKYPE官方源中安装SKYPE

1.编辑 /apt/sources.list 文件,在终端中输入:

gksudo gedit /etc/apt/sources.list

2.加入以下源后保存退出

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

3.获取KEY

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

4.更新列表

sudo aptitude update

5.安装

sudo aptitude install skype

你也可以到官方下载地址http://skype.tom.com/download/linux.html ,然后选择Debian Etch 下载DEB包来安装!

原创文章如转载请注明:转自Ubuntu之家 {www.ubuntuhome.com }

你可能感兴趣的:(在ubuntu中安装Skype)