无法安装脉冲aduio

时间:2017-04-30 16:47:57

标签: ubuntu pulseaudio

我使用“sudo apt-get remove pulseaudio”意外删除了pulseaudio,现在我无法重新安装。

我的电脑上的音频已经开始工作了。 请帮助我明天进行项目演示。

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.

1 个答案:

答案 0 :(得分:0)

遇到同样的问题。

使用以下命令恢复到旧版本的libpulse0

sudo apt install libpulse0=1:8.0-0ubuntu3

然后重新安装pulseaudio:

sudo apt install pulseaudio