2017-04-30 3 views
0

J'ai accidentellement enlevé pulseaudio en utilisant "sudo apt-get remove pulseaudio" et maintenant je suis incapable de le réinstaller.impossible d'installer le pouls aduio

l'audio sur mon ordinateur ne marche plus. s'il vous plaît aidez-moi j'ai ma démonstration de projet demain.

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. 

Répondre

0

Vous avez le même problème.

Revert à une ancienne version de libpulse0 avec:

sudo apt install libpulse0=1:8.0-0ubuntu3 

puis réinstaller PulseAudio avec:

sudo apt install pulseaudio