安装 pipewire 后,KDE Neon 拒绝安装任何内容,依赖项安装失败

安装 pipewire 后,KDE Neon 拒绝安装任何内容,依赖项安装失败

我在新笔记本电脑上安装任何新应用程序时都遇到了问题,我刚刚安装了基于 Ubuntu-22.04 的 KDE Neon。尝试安装 pipewire 后,它的依赖项始终无法安装,现在我无法安装任何新应用程序,即使它们不是 pipewire。这适用于现有每个存储库中的所有应用程序。
以下是尝试安装任何应用程序(包括 pipewire)后的错误消息:

E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

不管发生sudo apt什么。

dpkg: error processing archive /var/cache/apt/archives/pipewire-bin_0.3.71-2~ubuntu22.04_amd64.deb (--unpack):
 trying to overwrite '/usr/share/man/man1/pipewire-pulse.1.gz', which is also in package pipewire-pulse 0.3.48-1ubuntu3
Errors were encountered while processing:
 /var/cache/apt/archives/pipewire-bin_0.3.71-2~ubuntu22.04_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

执行后sudo apt --fix-broken install

帮助?

答案1

尝试:

sudo dpkg -r pipewire-pulse

相关内容