2

Я дал команду:

apt-get install tor

и я получил следующий результат:

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

Может кто-нибудь объяснить, почему это произошло? Я новичок в Linux.

1 ответ1

2
  1. Убедитесь, что у вас нет сторонних репозиториев в вашем файле /etc/apt/source.list и в каталоге /etc/apt/sources.list.d . Если так, закомментируйте их.
  2. Запустите команды apt-get update и apt-get upgrade .
  3. Запустите команды apt-get autoremove и apt-get -f install .

Надеюсь, что выше помогает.

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .