相关疑难解决方法(0)

添加 PPA 后如何解决未满足的依赖项?

有时,当我安装东西时,我会收到如下错误:

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:
 package1 : Depends: package2 (>= 1.8) but 1.7.5-1ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)

我该如何解决这个问题?

package-management apt ppa dependencies software-installation

617
推荐指数
10
解决办法
119万
查看次数

无法在 64 位 Ubuntu 上安装 Skype

注意:旧版 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 …
Run Code Online (Sandbox Code Playgroud)

64-bit apt skype software-installation

37
推荐指数
4
解决办法
8万
查看次数

如何修复依赖项/损坏的包

当我尝试安装系统更新时,skypephpmyadmin出现此错误:

You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libc6 : Depends: libgcc1 but it is not going to be installed
         Depends: tzdata but it is not going to be installed
 libc6-dev : Depends: libc-dev-bin (= 2.15-0ubuntu10.3)
             Depends: linux-libc-dev but it is not going to be installed
             Recommends: gcc but it is not going to be installed or
                         c-compiler
 skype:i386 : Depends: libasound2:i386 (>= 1.0.16) but it …
Run Code Online (Sandbox Code Playgroud)

package-management dependencies phpmyadmin

15
推荐指数
1
解决办法
19万
查看次数

如何删除这个重复的 sources.list 条目?

有时,当我跑步时

sudo apt-get update 
Run Code Online (Sandbox Code Playgroud)

或安装一个应用程序

sudo apt-get install
Run Code Online (Sandbox Code Playgroud)

我在 gnome-terminal 的底部收到以下错误,我无法删除它。我在软件源和中搜索了它,但y-ppa-manager我不确定我是否想弄乱源列表,因为我有点菜鸟。

Duplicate sources.list entry http://archive.canonical.com/ubuntu/ oneiric/partner amd64 Packages \
  (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_oneiric_partner_binary-amd64_Packages)
Run Code Online (Sandbox Code Playgroud)

ppa software-sources

9
推荐指数
0
解决办法
1万
查看次数

Ubuntu 15.04,无法安装Skype

我尝试了在此处找到的建议解决方案:

如何安装 Skype?

如何安装 Skype 4.3?

和其他地方,但仍然没有运气。我的系统是从 Ubuntu 14.04 升级的,Skype 运行良好。升级后,Skype 消失了,我无法安装它。所以在尝试了在论坛上找到的一堆解决方案后,我仍然在同一个地方,所以当我输入这个时:

sudo apt-get install skype skype-bin
Run Code Online (Sandbox Code Playgroud)

我明白了

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 …
Run Code Online (Sandbox Code Playgroud)

skype

6
推荐指数
2
解决办法
6166
查看次数