2017-04-13 121 views
-1

我的vlc工作文件,但安裝八度vlc後墜毀。 我試圖重新安裝,並與下面的代碼修復它,但我以前不工作vlc安裝在Ubuntu 16.10

$ 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. 

然後我試圖安裝libgles1檯面

$ 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檯面

$ 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. 

我該如何解決它。

+0

這個問題已經回答了[這裏](https://askubuntu.com/q/940320/58950)。 – carnendil

回答

0

vlc-nox軟件包安裝vlc

要刪除,使用:

sudo apt-get purge vlc-nox

接着,重新安裝VLC,使用:

sudo apt update

sudo apt install vlc