sudo apt-get install -y liblog4cxx10-dev nie powiodło się

1

Kiedy próbowałem zainstalować pakiet liblog4cxx10-dev, zgłasza błąd w następujący sposób:

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.

Mój system to Ubuntu 12.04 LTS 64bits. Sprawdziłem go i sprawdziłem

apt-cache policy libblog4cxx10-dev

**Wynik to:

 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

Jeśli użyję apt-get install, aby zainstalować libaprutil1-dev, mam następujące błędy: Następujące pakiety mają niezaspokojone zależności:

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

Czy ktoś mógłby mi pomóc, informując mnie jak rozwiązać problem? Na przykład, jakich narzędzi powinienem użyć lub który plik powinienem sprawdzić?

Z góry dziękuję!**

Mikrofon
źródło

Odpowiedzi:

0

Najpierw uruchom, apt-get autoremoveaby usunąć uszkodzone pakiety i apt-get updateodświeżyć. Na koniec wypróbuj oryginalny apt-get.

Icchak
źródło
Dziękuję za radę. Próbowałem, ale nadal występuje ten sam błąd. :(
Mike