Installation ubuntu 16.10中的vlc安装

Installation ubuntu 16.10中的vlc安装,installation,vlc,ubuntu-16.10,Installation,Vlc,Ubuntu 16.10,我的vlc是工作文件,但在安装octave vlc后崩溃了。 我试图重新安装它,并修复它与以下代码,但它没有工作 $ sudo apt-get purge vlc Reading package lists... Done Building dependency tree Reading state information... Done Package 'vlc' is not installed, so not removed 0 upgraded, 0 newly installed,

我的vlc是工作文件,但在安装octave vlc后崩溃了。 我试图重新安装它,并修复它与以下代码,但它没有工作

$ sudo apt-get purge vlc
Reading package lists... Done
Building dependency tree 
Reading state information... Done
Package 'vlc' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.

$sudo apt-get install vlc
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:
 vlc : Depends: libgles1-mesa (>= 7.8.1) but it is not going to be installed or
            libgles1
E: Unable to correct problems, you have held broken packages.
然后我试着安装Libbles1 mesa

$ sudo apt-get install libgles1-mesa
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:
libgles1-mesa : Depends: libglapi-mesa (= 13.0.4-1ubuntu1~16.10~0.1) but 
17.0.3~git20170404+17.0.71d2f05a-0ubuntu0ricotz2~yakkety is to be installed
E: Unable to correct problems, you have held broken packages.
然后我尝试了libglapi mesa

$ sudo apt-get install libglapi-mesa
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libglapi-mesa is already the newest version (17.0.3~git20170404+17.0.71d2f05a-   0ubuntu0ricotz2~yakkety).
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
我应该如何解决它。

vlc nox包安装vlc

要删除,请使用:

sudo apt获得净化vlc nox

接下来,要重新安装vlc,请使用:

sudoapt获得更新


sudo apt get install vlc

我只使用vlc的主分支使它工作

首先添加存储库

sudo add-apt-repository ppa:videolan/master-daily
sudo apt-get update
sudo apt-get install vlc
Debian和许多其他Linux发行版的VLC也使用snap包进行打包。这使我们能够直接向最终用户分发最新和最好的VLC版本,并提供安全性和关键缺陷修复、完整的编解码器和光学媒体支持。
通过snap安装:

Ubuntu 16.04已经回答了这个问题。
% sudo snap install vlc