首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法安装pulse aduio

无法安装pulse aduio
EN

Stack Overflow用户
提问于 2017-05-01 00:47:57
回答 1查看 1.2K关注 0票数 2

我不小心使用"sudo apt-get remove pulseaudio“删除了pulseaudio,现在我无法重新安装它。

我电脑上的音频不再工作了。请帮帮忙,我明天有个项目演示。

代码语言:javascript
复制
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.
EN

回答 1

Stack Overflow用户

发布于 2017-07-14 21:23:48

也有同样的问题。

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

代码语言:javascript
复制
sudo apt install libpulse0=1:8.0-0ubuntu3

然后使用以下命令重新安装pulseaudio:

代码语言:javascript
复制
sudo apt install pulseaudio
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/43708853

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档