Ale*_*lex 7 package-management skype software-installation
尝试在 Ubuntu 12 上安装 Skype,我遇到了问题。当我输入:
sudo apt-get update
sudo apt-get install skype
Run Code Online (Sandbox Code Playgroud)
我收到一个错误
Reading package lists... Done
Building dependency tree
Reading state information... Done
skype is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
skype : Depends: lib32stdc++6 (>= 4.1.1-21) but it is not going to be installed
Depends: lib32asound2 (> 1.0.14) but it is not going to be installed
Depends: ia32-libs but it is not going to be installed
Depends: libc6-i386 (>= 2.7-1) but it is not going to be installed
Depends: lib32gcc1 (>= 1:4.1.1-21+ia32.libs.1.19) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Run Code Online (Sandbox Code Playgroud)
我该如何解决?我使用正确的方式来安装Skype吗?
更新:如果我尝试做
sudo apt-get install lib32stdc++6 lib32asound2 ia32-libs libc6-i386 lib32gcc1 skype
Run Code Online (Sandbox Code Playgroud)
然后我得到
Reading package lists... Done
Building dependency tree
Reading state information... Done
skype is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-multiarch
lib32asound2 : Depends: libasound2 (= 1.0.25-1ubuntu10)
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Run Code Online (Sandbox Code Playgroud)
即使安装了 Skype,您的依赖项也已损坏。运行这个命令:
sudo apt-get install -f
Run Code Online (Sandbox Code Playgroud)
这应该有助于修复损坏的依赖关系
归档时间: |
|
查看次数: |
7923 次 |
最近记录: |