Não é possível instalar o obturador devido a libxml-simple-perl

0

Não consigo instalar o obturador:

$ sudo apt-get install -f  shutter                                                                             
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:
 shutter : Depends: libxml-simple-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

$ sudo apt-get install -f libxml-simple-perl
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:
 libxml-simple-perl : Depends: libxml-sax-perl but it is not going to be installed
                      Depends: libxml-libxml-perl but it is not going to be installed or
                               libxml-sax-expat-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

A versão do Ubuntu é 12.04 LTS - Instalação padrão do "Wubuntu". Eu não adicionei nenhum outro repositório.

Em execução: apt-cache policy shutter libxml-simple-perl libxml-sax-perl libxml-libxml-perl libxml-sax-expat-perl resulta em:

Installed: (none) and 500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages 

para cada um desses pacotes.

O que fazer a seguir?

    
por noahlz 03.12.2013 / 17:14

1 resposta

0

Depois de adicionar espelhos à minha configuração de fontes:

  1. sudo apt-get update
  2. sudo apt-get install -f

e o obturador está instalado.

    
por noahlz 13.12.2013 / 04:10