Tag: 依赖

apt-get如何从备用依赖项列表中进行选择?

据我所知,在deb控制文件的Depends:部分中,包可以指定由|分隔的替代依赖项 满足单一依赖的符号。 我的问题是,当有替代品时, apt-get如何决定安装哪一个? 有没有办法使用类似于apt_preferences的方法手动更改此选择? 例如,如果一个包依赖于java而在Depends部分中我们有openjdk-6-jre | sun-java6-jre openjdk-6-jre | sun-java6-jre ,如果系统没有安装任何软件包,如何强制apt-get安装openjdk-6-jre ?

FileZilla:以下包具有未满足的依赖关系

我正在尝试安装FileZilla 3.19但运行apt-get install filezilla时出现此错误: 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 […]

如何解决Trusty(14.04)中缺少的libmng.so.1包已不再可用

我想运行SoulseekQT 。 然而不幸的是,其中一个依赖项是libmng1,它不再包含在Trusty中。 sudo apt-get install libmng.so.1或libmng1或libmng1:i386在Trusty(14.04)中不再可用。 你知道如何解决这个冲突吗? 我的意思是它确实排除了libmng1吗? 我可以用某种方式使用libmng2吗? 如果没有,我可以以某种方式为Trusty重建libmng1吗? 或者我是否必须降级回Saucy(13.10)?

VLC安装问题(通过终端安装)

我想在Ubuntu上安装VLC,它没有工作,更新系统,而不是升级它,但它仍然无法正常工作。 我使用了Ubuntu软件中心和终端。 在终端我输入命令sudo apt-get install vlc 错误信息终端给我如下。 arif@arifpc:~$ sudo apt-get install vlc [sudo] password for arif: 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 […]

如何解决涉及’wine-staging-i386’的重复包依赖性错误

我通过包中的依赖项提供了一个wine包,它提供了Silverlight和更新的适用于Linux的Adobe Flash。 但是,我在启动软件中心时出错,并且会在顶部面板中反复出现错误图标 有消息: An error occurred, please run Package Manager from the right-click menu or apt-get in a terminal to see what is wrong. The error message was: ‘Unknown Error: ”(“The cache has no package named ‘wine-staging-i386′”)’. This usually means that your installed packages have unmet dependencies 我已经通过做某事来消除这一点,我想与Synatic,但现在Synaptic包管理器 – >编辑 – >修复损坏的包没有修复它。 选择它告诉我“成功修复了依赖性问题”,但我仍然在顶部栏中有错误图标。 以下评论: […]

apt-get不会安装依赖项

当我尝试安装gnutls库( libgnutls26 )和通用linux内核头文件( linux-headers-generic )时,我收到以下错误: The following packages have unmet dependencies: libgnutls26: Depends: libc6 (>= 2.14) but 2.15-0ubuntu10.4 is installed Depends: zlib1g (>= 1:1.1.4) but 1:1.2.3.4.dfsg-3ubuntu4 is installed libgnutls26:i386: Depends: zlib1g (>= 1:1.1.4) but 1:1.2.3.4.dfsg-3ubuntu4 is installed linux-headers-generic: Depends: linux-headers-3.2.0-41-generic but it is not installed 我该如何解决这个错误?

为什么许多GNOME应用程序包依赖于`libunity9`?

在研究这个问题时 ,我发现许多GNOME应用程序的包依赖于libunity9包。 如果我尝试在Precise上卸载libunity9 ,它会尝试卸载大量的GNOME应用程序: MiJyn在评论中说 , ubuntu开发人员怎么可能认为这是一个好主意? Ubuntu开始变得越来越像windows 🙁 libunity9包描述为: 绑定以将位置放入启动器 – 共享库 libunity是一个共享库,可以与启动器交互并在Unity环境中添加位置。 此包包含应用程序要使用的共享库 显然它是Unity的一个组成部分。 GNOME应用程序依赖Unity是奇怪的。 由于Unity是特定于Ubuntu的添加,因此上游GNOME应用程序不应该依赖它。 为什么这些依赖?

Ubuntu-restricted-extras冲突:function还是bug?

在新的12.04安装中,我想安装ubuntu-restricted-extras。 因此需要删除libavutil51和libavcodec53。 那么,因为将安装libavutil-extra-51和libavcodec-extra-53,它是一个简单的替换还是一个依赖bug,两个版本之间的冲突……? 谢谢。 PS:顺便问一下,’正常’和’额外’版本之间有什么区别?

当我尝试在14.04上安装haskell平台时,我得到了未满足的依赖项

我无法在14.04安装Haskell平台 apt-get或synaptic无法安装haskell-platform。 错误信息如下: The following packages have unmet dependencies: haskell-platform : depends on: libghc-gluraw-dev (>= 1.3.0.0) but it will not be installed depends on: libghc-gluraw-dev (= 2.4.0.0) but it will not be installed depends on: libghc-glut-dev (= 2.8.0.0) but it will not be installed depends on: libghc-opengl-dev (< 2.8.0.0+) but it will not be installed […]

由于“未满足的依赖关系”,无法安装libssl1.0.0:i386?

我已阅读并遵循此问题中的建议无济于事。 我试图在我的14.04框(amd64)上安装libssl1.0.0:i386 ,但是当我尝试通过APT执行此操作时,收到以下错误消息: nathan@nathan-desktop:~$ sudo apt-get install libssl1.0.0:i386 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 […]