尝试安装 pipelight 时出错

尝试安装 pipelight 时出错

我尝试安装 pipelight,但收到错误消息。我该怎么办?

$ sudo apt-get install --install-recommends pipelight-multi
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:
 pipelight-multi : Depends: wine-staging
E: Unable to correct problems, you have held broken packages.

答案1

您需要正确的 repo。运行以下命令来解决错误:

sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi

如果遇到同样的错误,请运行以下命令查看问题所在:

sudo apt-get install wine-staging

这应该会提供关于需要安装什么或哪些依赖项不可用的更精确的信息。请发布此信息以获得进一步的帮助。

相关内容