我是 Ubuntu 的新手。我已经在我的笔记本电脑中安装了 12.04 LTS,而且一切都很好。我想安装 wine、VLC、Chromium 浏览器等软件包我收到各种错误消息,例如,
错误 1.Package Dependencies 无法解析。
从 Ubuntu 软件中心安装 Chromium 时,
chromium-browser: Depends: libgcc1 (>= 1:4.1.1) but 1:4.6.3-1ubuntu5 is to be installed Depends: libudev0 (>= 147) but 175-0ubuntu9.5 is to be installed Depends: libx11-6 (>= 2:1.2.99.901) but 2:1.4.99.1-0ubuntu2.2 is to be installed Depends: libxcomposite1 (>= 1:0.3-1) but 1:0.4.3-2build1 is to be installed Depends: libxdamage1 (>= 1:1.1) but 1:1.1.3-2build1 is to be installed Depends: libxi6 (>= 2:1.2.99.4) but 2:1.7.1.901-1ubuntu1~precise1 is to be installed Depends: libxss1 but it is not going to be installed Depends: zlib1g (>= 1:1.1.4) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed
在安装 VLC 时,
vlc: Depends: vlc-nox (= 2.0.8-0ubuntu0.12.04.1) but 2.0.8-0ubuntu0.12.04.1 is to be installed
Depends: libavcodec-extra-53 (>= 4:0.8-1~) but 4:0.8.12ubuntu0.12.04.1 is to be installed
Depends: libavutil-extra-51 (>= 4:0.8-1~) but 4:0.8.12ubuntu0.12.04.1 is to be installed
Depends: libc6 (>= 2.15) but 2.15-0ubuntu10.5 is to be installed
Depends: libfreetype6 (>= 2.2.1) but 2.4.8-1ubuntu2.1 is to be installed
Depends: libgcc1 (>= 1:4.1.1) but 1:4.6.3-1ubuntu5 is to be installed
Depends: libqtcore4 (>= 4:4.8.0) but 4:4.8.1-0ubuntu4.8 is to be installed
Depends: libqtgui4 (>= 4:4.7.0~beta1) but 4:4.8.1-0ubuntu4.8 is to be installed
Depends: libstdc++6 (>= 4.6) but 4.6.3-1ubuntu5 is to be installed
Depends: libva-x11-1 (> 1.0.15~) but it is not going to be installed
Depends: libva1 (> 1.0.15~) but it is not going to be installed
Depends: zlib1g (>= 1:1.2.3.3.dfsg) but 1:1.2.3.4.dfsg-3ubuntu4 is to be installed
在安装 Cheese Camera Booth 的同时,
cheese: Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
Depends: cheese-common (= 3.4.1-0ubuntu2.1) but 3.4.1-0ubuntu2.1 is to be installed
错误 2.无法纠正问题,您持有损坏的包裹。
我需要解决方案来安装应用程序和软件包并修复这一切。
我试过了,
sudo apt-get remove libapache2-mod-wsgi
sudo apt-get clean
sudo apt-get autoclean
then
sudo apt-get update
sudo apt-get install libapache2-mod-wsgi
错误 3:Unable to fetch some archives, may run apt-get update or try with --missing?
此错误在运行和执行时也会显示,sudo apt-get update
但没有用。请帮帮我.. 或者我应该去删除或更改 Ubuntu 版本,如果是这样,请提及。
谢谢