Sudo apt-get install -y liblog4cxx10-dev falló

Sudo apt-get install -y liblog4cxx10-dev falló

Cuando intenté instalar el paquete liblog4cxx10-dev, informa el error de la siguiente manera:

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:
 liblog4cxx10-dev : Depends: libaprutil1-dev but it is not going to be installed

E: Unable to correct problems, you have held broken packages.

Mi sistema es Ubuntu 12.04 LTS de 64 bits. Busqué en Google y revisé

apt-cache policy libblog4cxx10-dev

**El resultado es:

 liblog4cxx10-dev:
  Installed: (none)
  Candidate: 0.10.0-1.2ubuntu2
  Version table:
     0.10.0-1.2ubuntu2 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages

Si uso apt-get install para instalar libaprutil1-dev, tengo los siguientes errores: Los siguientes paquetes tienen dependencias no satisfechas:

libaprutil1-dev : Depends: libsqlite3-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

¿Alguien podría ayudarme informándome cómo resolver el problema? Por ejemplo, ¿qué herramientas debo utilizar o qué archivo debo comprobar?

¡Gracias de antemano!**

Respuesta1

Primero ejecute apt-get autoremovepara eliminar los paquetes rotos y apt-get updateactualizar. Finalmente, prueba tu apt-get original.

información relacionada