Debian: Alguns pacotes não puderam ser instalados

2

Eu emiti o comando:

apt-get install tor

e recebi o seguinte resultado:

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:
 tor : Depends: libevent-2.0-5 (>= 2.0.10-stable) but it is not installable
       Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
E: Broken packages

Alguém poderia explicar por que isso aconteceu? Eu sou novo no Linux.

    
por Steffen 21.03.2013 / 00:30

1 resposta

2

  1. Certifique-se de que você não possui nenhum repositório de terceiros em seu arquivo /etc/apt/source.list e dentro de /etc/apt/sources.list.d . Em caso afirmativo, comente-os.
  2. Execute os comandos apt-get update e apt-get upgrade .
  3. Execute os comandos apt-get autoremove e apt-get -f install .

Espero que o acima ajude.

    
por 22.03.2013 / 11:02

Tags