Tag: 依赖项

我在12.04×64上遇到葡萄酒和multiarch的依赖问题。 我需要一个解决方案

编辑3 :见底部,TL; DR-ish版本。 我想从ppa:ubuntu-wine / ppa存储库安装wine1.5。 公平得对吗? (我正在运行12.04 x64和一个自定义内核。) 我添加了他们的存储库 工作良好。 我很容易得到更新。 好吧。 (我在我的存储库中注释掉了.insource.list基本上是默认的减去额外的,伙伴和deb-src条目) root@e330:/home/nroach44/local/build/linux/src/3.5.7/linux-3.5.7# apt-get install wine1.5 Reading package lists… Done Building dependency tree Reading state information… Done Some packages could not be installed. –SNIP– The following packages have unmet dependencies: wine1.5 : Depends: wine1.5-i386 (= 1.5.20-0ubuntu1) E: Unable to correct problems, you have […]

我弄乱了我的本地包装系统,我该如何修理它?

删除PPA后,我的本地软件包系统搞砸了。 它现在要求我运行sudo apt-get -f install来修复依赖项。 已经等了几天才能解决问题(有时由于新的pacakage版本而导致依赖关系发生变化),它毕竟没有发生。 所以我的问题是:出路是什么? 是重新安装系统的唯一方法吗? Note:我知道这不是处理alpha版本问题的地方,但我认为值得对如何解决问题给出一般性答案。 PS:我特定问题的终端输出 $ sudo apt-get -f install Reading package lists… Done Building dependency tree Reading state information… Done Correcting dependencies… Done The following package was automatically installed and is no longer required: libx264-118 Use ‘apt-get autoremove’ to remove them. The following extra packages will be installed: libglib2.0-0 […]

如何在14.04上安装所需的Qt包来构建内核?

我要在Ubuntu 14.04 64位上编译内核,所以我开始安装我需要的软件包: sudo apt-get install build-essential bin86 kernel-package libqt3-headers libqt3-mt-dev wget libncurses5 libncurses5-dev qt4-dev-tools libqt4-dev 除libqt3-headers和libqt3-mt-dev软件包外,一切libqt3-headers安装。 对于我在终端的那些包裹: E: Unable to locate package libqt3-headers E: Unable to locate package libqt3-mt-dev 我环顾四周,似乎在Ubuntu 14.04存储库中没有这些软件包。 知道该怎么办?

如何修复“apt-get upgrade”错误?

当我尝试升级我的Ubuntu系统上安装的软件包时出现这些错误: m@m-desktop ~ $ sudo apt-get upgrade Reading package lists… Done Building dependency tree Reading state information… Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. After this operation, 0B of additional disk space will be used. Do you want to continue [Y/n]? y Setting […]

修复损坏的包 – “dpkg:错误:冲突的动作-f( – field)和-r( – remove)”

Ubuntu 12.04 LTS。 如果需要更多信息,请告诉我并给予。 主要问题是: tzach@tzach-pc:~$ sudo apt-get install docky [sudo] password for tzach: Reading package lists… Done Building dependency tree Reading state information… Done docky is already the newest version. You might want to run ‘apt-get -f install’ to correct these: The following packages have unmet dependencies: ca-certificates-java : Depends: openjdk-6-jre-headless (>= 6b16-1.6.1-2) but […]

找出使用特定包安装的软件包?

我有一个简单的问题。 使用apt-get install安装软件包时,通常会安装多个依赖软件包以及主要的依赖软件包。 我想知道是否有办法彻底扭转这种安装。 通常,移除主包将留下几个包。 例如,我最近安装了kubuntu-desktop 。 要完全删除它,我必须按照此页面上的说明操作: http://www.psychocats.net/ubuntu/puregnome 我想确切地知道他们是如何获得有关要卸载的所有软件包的信息。 谢谢你的帮助!

构建令人敬畏的WM,缺少依赖关系

试图在11.04编译Awesome Window Manager,我已经完成了apt-get build-dep非常棒但仍然遇到缺少依赖关系的错误: $ make 正在运行cmake …… – 猫 – > / bin / cat – ln – > / bin / ln – grep – > / bin / grep – git – > / usr / bin / git – hostname – > / bin / hostname – asciidoc – > / […]

为什么构建必不可少?

我找不到解决这个问题的方法: constantia@constantia:~$ sudo apt-get install build-essential 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 […]

缺少/lib/libc.so.6

我正在安装的软件需要/lib/libc.so.6 ,但它不到位: $> ls -l /lib/libc* lrwxrwxrwx 1 root root 14 2011-10-09 06:02 /lib/libcap.so.2 -> libcap.so.2.20 -rw-r–r– 1 root root 18832 2011-02-16 03:42 /lib/libcap.so.2.20 -rw-r–r– 1 root root 1620736 2012-05-23 07:19 /lib/libcrypto.so.0.9.8 安装了libc和libc6-dev 。 运行apt-get upgrade glibc并没有解决这个问题。 我该怎么做来解决这种依赖?

默认情况下获取构建依赖项和源

是否有一个应用程序,一旦我们从.deb软件包或软件中心安装软件,就会自动下载构建依赖项以及软件的源代码?