尝试重新安装 VLC 播放器,但是不起作用

尝试重新安装 VLC 播放器,但是不起作用

当我尝试使用软件中心安装时出现此错误...我该如何修复

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

可变电流表(VLC):

 Depends: vlc-nox (= 3.0.0 + ~~ git20150319 r59816 + 33 ~ ubuntu14.04.1) but git20150319 3.0.0 ~~ + ~ + 33 r59816 ubuntu14.04.1 will be installed
 Depends: libavcodec-extra-55 (> = 6: 10 ~ ~~ git20131218.b3189af ubuntu14.04.1) but will not be installed
 Depends: libavutil53 (> = 6: 9.1-1) but will not be installed
 Depends: libegl1-x11 but it is a virtual package
 Depends: libgcc1 (> = 1: 4.1.1) but the 1: 4.9.1-0ubuntu1 will be installed
 Depends: libgles1 but is a virtual package
 Depends: libgles2 but is a virtual package
 Depends: libpulse0 (> = 1: 1.0) but the 1: 4.0-0ubuntu11.1 will be installed
 Depends: libqtcore4 (> = 4: 4.8.0) but the 4: 4.8.5 + dfsg + git192-g085f851-2ubuntu4 will be installed
 Depends: libqtgui4 (> = 4: 4.8.0) but the 4: 4.8.5 + dfsg + git192-g085f851-2ubuntu4 will be installed
 Depends: libstdc ++ 6 (> = 4.6) but 4.8.2-19ubuntu1 will be installed
 Depends: zlib1g (> = 1: 1.2.3.3) but the 1: 1.2.8.dfsg-1ubuntu1 will be installed

答案1

请先使用以下命令更新您的存储库(检查更新时是否出现任何错误):

sudo apt-get update

然后尝试这个:

sudo apt-get -f install vlc

-f 选项将尝试强制安装该包。

如果没有任何效果,请尝试删除依赖项或清除 vlc。

相关内容