2017-04-13 12 views
-1

私のvlcは作業ファイルですが、オクテットvlcのインストール後にクラッシュしました。 そしてIはlibgles1メサをubuntuでのvlcインストール16.10

$ 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. 
を試みた私はそれを再インストールし、以下のコードでそれを修復しようとしたが、それは

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

作業をdid't

どうすれば解決できるのでしょうか。

+0

リポジトリ(https://askubuntu.comに追加VLCのmasterブランチを使用して仕事を得ます/ q/940320/58950)、Ubuntu 16.04用です。 – carnendil

答えて

0

vlc-noxパッケージには、使用を削除するにはvlc

をインストールします。

sudo apt-get purge vlc-nox

次に、VLC、使用、再インストールするには:

sudo apt update

sudo apt install vlc

関連する問題