linux - 更新Xubuntu依赖

标签 linux ubuntu dependencies

我正在尝试在 Xubuntu 13.10 上安装 Codelite(我认为),我不是 Linux 的“天才”,所以我在需要更新的依赖项方面遇到了麻烦。

我已经使用“设置”中的“软件更新程序”更新了系统。 我尝试了在互联网上找到的命令: sudo apt-get -f 安装 sudo apt-get -f sudo apt-get 更新 sudo sh -c "apt-get update;apt-get dist-upgrade;apt-get autoremove;apt-get autoclean" sudo dpkg --configure -a sudo apt-get install libgcc1

但是当我尝试安装时它说总是一样的:

user@xubuntu:~$ sudo apt-get install codelite
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:
 codelite : Depends: libglib2.0-0 (>= 2.41.1) but 2.40.2-0ubuntu1 is to be installed
            Depends: libhunspell-1.3-0 (>= 1.3.3) but 1.3.2-6ubuntu2 is to be installed
            Depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
user@xubuntu:~$ 

建议?

最佳答案

有同样的问题。您需要更新到 14.10。它解决了依赖关系。我建议使用这个答案作为演练。 https://askubuntu.com/questions/541326/upgrade-xubuntu-from-14-04-to-14-10

关于linux - 更新Xubuntu依赖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27666058/

相关文章:

linux - 为 qt 程序提供 root 身份验证

linux - 期望脚本执行状态

node.js - 由于 npm 中的问题,无法在 ubuntu 上安装带有 nopt 的 Node 模块

visual-studio - 每次运行时如何修复Visual Studio 'projects out of date'消息

linux - 在新终端窗口中启动程序

linux - 每天使用 logrotate 清除日志文件

ubuntu - 在 Nginx : 上运行 Siremis web

c - 在 Ubuntu 中无法使用 getchar 打印字符数

python - 如何让 Tox 从 setup.py 中的 dependency_list 找到我的依赖项的本地轮子

java - Maven-shade-plugin、uber-jar 和重叠类