无法在 64 位 Ubuntu 上安装 Skype

Nid*_*hin 37 64-bit apt skype software-installation

注意:旧版 Skype for Linux 应用程序 (v4.*) 现在已停产并从 Canonical 的合作伙伴存储库中删除,因此此问题及其答案已过时。请参阅我们的规范 Skype 安装问题的更新答案


我在尝试安装 Skype 时收到以下消息:

nidhin@ubuntu:~$ sudo apt-get update
nidhin@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
Run Code Online (Sandbox Code Playgroud)

我怎样才能解决这个问题?

小智 42

12.10 及更新版本

我遇到了同样的问题,这样做有助于启用 32 位架构:

sudo dpkg --add-architecture i386
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)

然后我就可以通过 Canonical Partner Repository 安装 Skype:

sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get update && sudo apt-get install skype
Run Code Online (Sandbox Code Playgroud)

  • 仍然得到同样的错误。`skype-bin` (2认同)

Avi*_*Raj 32

首先,在 Ubuntu 64 位系统上运行以下命令之前,您必须启用 i386 架构。

sudo dpkg --add-architecture i386
Run Code Online (Sandbox Code Playgroud)

然后在终端上运行以下命令来安装skype

Ubuntu 13.10

sudo sh -c "echo 'deb http://archive.canonical.com/ saucy partner' >> /etc/apt/sources.list.d/canonical_partner.list"
sudo apt-get update
sudo apt-get install skype
Run Code Online (Sandbox Code Playgroud)

Ubuntu 14.04

sudo sh -c "echo 'deb http://archive.canonical.com/ trusty partner' >> /etc/apt/sources.list.d/canonical_partner.list"
sudo apt-get update
sudo apt-get install skype
Run Code Online (Sandbox Code Playgroud)

  • 如果在遵循此答案后仍然显示错误`skype:Depends:skype-bin`,请从软件和更新中选择不同的下载服务器。 (7认同)

To *_* Do 0

尝试这些命令:

须藤 apt-get 安装 libxss1
cd/tmp
wget http://www.skype.com/go/getskype-linux-ubuntu-64/skype-ubuntu-precise_4.1.0.20-1_amd64.deb
sudo dpkg -i skype-ubuntu*.deb

来源:http ://www.howtoing.com/install-skype-4-1-in-ubuntu-xubuntu-linux-mint/


Том*_*раћ -1

如果没有,请安装 Synaptic,打开它,然后转到“编辑”>“修复损坏的软件包”。之后尝试安装 Skype。