Erro ao tentar instalar o pipelight

1

Eu tento instalar o pipelight mas recebo uma mensagem de erro. O que posso fazer sobre isso?

$ 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.
    
por Niklas Rosencrantz 04.07.2015 / 15:50

1 resposta

1

Você precisa do repositório adequado. Execute os seguintes comandos para resolver o erro:

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

Se você receber o mesmo erro, execute o seguinte comando para ver qual é o problema:

sudo apt-get install wine-staging

Isso deve fornecer informações mais precisas sobre o que precisa ser instalado ou quais dependências não estão disponíveis. Por favor poste esta informação para receber mais assistência.

    
por mchid 09.08.2015 / 08:32