ubuntu 软件中心安装?

ubuntu 软件中心安装?

你好,我是 ubuntu 新手,我一直在尝试下载 wine、mp3 媒体播放器阅读器和 VLC。但是每次我尝试下载某些东西时,都会弹出 p 消息并关闭下载,这真的很烦人,因为如果没有这些功能,ubuntu 就没用了 =( 消息如下:

The following packages have unmet dependencies:

vlc: Depends: vlc-nox (= 2.0.5-0ubuntu0.12.10.1) but 2.0.5-0ubuntu0.12.10.1 is to be installed
     Depends: libavcodec-extra-53 (>= 6:0.8.4) but 6:0.8.5ubuntu0.12.10.1 is to be installed
     Depends: libavutil-extra-51 (>= 6:0.8.4) but 6:0.8.5ubuntu0.12.10.1 is to be installed
     Depends: libc6 (>= 2.15) but 2.15-0ubuntu20.1 is to be installed
     Depends: libfreetype6 (>= 2.2.1) but 2.4.10-0ubuntu1.1 is to be installed
     Depends: libgcc1 (>= 1:4.1.1) but 1:4.7.2-2ubuntu1 is to be installed
     Depends: libqtcore4 (>= 4:4.8.0) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed
     Depends: libqtgui4 (>= 4:4.7.0~beta1) but 4:4.8.3+dfsg-0ubuntu3.1 is to be installed
     Depends: libsdl-image1.2 (>= 1.2.10) but it is not going to be installed
     Depends: libstdc++6 (>= 4.6) but 4.7.2-2ubuntu1 is to be installed
     Depends: libtar0 but it is not going to be installed
     Depends: libxcb-keysyms1 (>= 0.3.9) but it is not going to be installed
     Depends: zlib1g (>= 1:1.2.3.3) but 1:1.2.7.dfsg-13 is to be installed

我真的需要帮助

答案1

我认为这是缺少依赖项的问题,请先尝试更新您的 ubuntu。或者程序需要最新版本的 ubuntu。您使用的是哪个版本?

答案2

尝试:

sudo apt-get -f 安装

sudo apt-get clean

sudo apt-get 更新

查看本教程:https://help.ubuntu.com/community/AptGet/Howto

问候。

相关内容