Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am having problems with apt-get dependencies resolving. Basically it won't resolve any dependencies automatically so I can't install anything.

I don't know what caused this, but I think it was something about linux headers. I've tried to "apt-get -f install" but something strange happens.

n1xx1@n1xx1-ubuntu:~$ sudo apt-get -f install
[sudo] password for n1xx1: 
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
Correzione delle dipendenze...n1xx1@n1xx1-ubuntu:~$ 

(it is in italian, and I don't know the exact translation but you can guess, I think)

I don't know why but on dependencies fixing it exit.

This is what happen when I try to install something:

n1xx1@n1xx1-ubuntu:~$ sudo apt-get install apache2
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
È utile eseguire "apt-get -f install" per correggere questi problemi:
I seguenti pacchetti hanno dipendenze non soddisfatte:
 apache2 : Dipende: apache2-mpm-worker (= 2.2.22-1ubuntu1) ma non sta per essere installato oppure
                    apache2-mpm-prefork (= 2.2.22-1ubuntu1) ma non sta per essere installato oppure
                    apache2-mpm-event (= 2.2.22-1ubuntu1) ma non sta per essere installato oppure
                    apache2-mpm-itk (= 2.2.22-1ubuntu1) ma non sta per essere installato
           Dipende: apache2.2-common (= 2.2.22-1ubuntu1) ma non sta per essere installato
 linux-headers-3.0.27-1:! :E: Dipendenze non soddisfatte. Provare "apt-get -f install" senza pacchetti (o specificare una soluzione).
n1xx1@n1xx1-ubuntu:~$

.

n1xx1@n1xx1-ubuntu:~$ sudo apt-get install subversion
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
È utile eseguire "apt-get -f install" per correggere questi problemi:
I seguenti pacchetti hanno dipendenze non soddisfatte:
 linux-headers-3.0.27-1:! : subversion : Dipende: libsvn1 (= 1.6.17dfsg-3ubuntu3) ma non sta per essere installato
              Dipende: libapr1 (>= 1.2.7) ma non sta per essere installato
E: Dipendenze non soddisfatte. Provare "apt-get -f install" senza pacchetti (o specificare una soluzione).
n1xx1@n1xx1-ubuntu:~$ 

Also, linux-headers-3.0.27-1: has a 0x7F char at the end.

Thank you.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.