安装 Skype 时出错。该怎么办?

安装 Skype 时出错。该怎么办?

我正在安装 Skype,刚刚出现了这条消息:

ubuntu@ubuntu:~$ sudo apt-get install skype
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 skype : Depends: skype-bin but it is not installable
E: Unable to correct problems, you have held broken packages.

这是什么意思?我该怎么办?

答案1

尝试此方法清除您遇到的错误并安装旧版本。

$ sudo apt remove --purge skype
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install skype

Skype 的最新版本:

或者安装来自 skype.com 的最新 Skype 它目前得到了微软(Skype的新主人)的更多支持,并且支持旧版本所没有的许多功能。

安装很简单。抓住skypeforlinux-64-alpha.deb包。单击它并从软件中心安装。或者通过命令行:

$ sudo dpkg -i skypeforlinux-64-alpha.deb

相关内容