2017-04-30 3 views
0

"sudo apt-get remove pulseaudio"を使用して誤ってpulseaudioを削除しましたが、再インストールできません。pulse aduioをインストールできない

私のコンピュータ上のオーディオはもう動作していません。明日私のプロジェクトデモンストレーションを手伝ってください。

sudo apt-get install pulseaudio 
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: 
pulseaudio : Depends: libpulse0 (= 1:8.0-0ubuntu3) but 1:8.0-0ubuntu3.2 is to be installed 
       Recommends: pulseaudio-module-x11 but it is not going to be installed 
E: Unable to correct problems, you have held broken packages. 

答えて

0

同じ問題があります。 libpulse0の古いバージョンに

元に戻す:

sudo apt install libpulse0=1:8.0-0ubuntu3 

その後、再インストールのpulseaudioを持つ:

sudo apt install pulseaudio 
関連する問題