【问题标题】:Installing VLC on Lubuntu (Utopic Unicorn)在 Lubuntu (Utopic Unicorn) 上安装 VLC
【发布时间】:2015-03-27 09:37:50
【问题描述】:

我在 Lubuntu (ubuntu) 14.10 上安装 VLC 时遇到一些问题:

sudo apt-get install vlc

命令返回:

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.
 vlc : Depends: vlc-nox (= 2.2.0-0ubuntu0.14.10.1) but 2.2.0+ppa3.2 is to be installed
       Recommends: vlc-plugin-notify (= 2.2.0-0ubuntu0.14.10.1) but 2.2.0+ppa3.2 is to be installed
       Recommends: vlc-plugin-samba (= 2.2.0-0ubuntu0.14.10.1) but 2.2.0+ppa3.2 is to be installed
E: Unable to correct problems, you have held broken packages.

我已经尝试安装它推荐的两个软件包(它们显然已经安装了)。

我也遵循了本指南,因为有些人遇到了类似的问题:http://ubuntuforums.org/showthread.php?t=2250015 并安装了 xorg ppa 无济于事。

有人可以帮我解释一下吗?

非常感谢!

埃德

【问题讨论】:

    标签: terminal vlc apt-get ubuntu


    【解决方案1】:

    往常之后

    sudo apt-get update && sudo apt-get upgrade
    

    这样做:

    sudo apt-get remove --purge vlc-nox vlc-plugin-notify vlc-plugin-samba
    sudo apt-get install vlc
    

    apt-get 现在应该安装正确的依赖版本。

    顺便说一句,为什么不在https://askubuntu.com/ 上发布呢?

    【讨论】:

    • 这解决了问题依赖问题,ty。并且我没有关于询问 ubuntu 的帐户
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-02-28
    • 1970-01-01
    • 2020-08-27
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多