我不小心使用"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.发布于 2017-07-14 21:23:48
也有同样的问题。
使用以下命令恢复到较旧版本的libpulse0:
sudo apt install libpulse0=1:8.0-0ubuntu3然后使用以下命令重新安装pulseaudio:
sudo apt install pulseaudiohttps://stackoverflow.com/questions/43708853
复制相似问题