Ubuntu 16.04 не Может установить libvirt-мусорное-ведро из-за ошибок зависимости

Как заголовок предполагает, я в настоящее время вытягиваю волосы по ошибке зависимости на libvirt-мусорном-ведре. Мне нужен он для установки KVM для Эмуляции Android (обучение сделать приложения для него), и я не могу заставить libvirt-мусорное-ведро устанавливать ни за что в жизни. Вот терминальный вывод включая меня пытающийся спуститься по кроличьей норе зависимости:

kyle@kyle-EP43-UD3L:~$ sudo apt -f install libvirt-bin ubuntu-vm-builder bridge-utils Reading package lists... Done Building dependency tree        Reading state information... Done 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:  libvirt-bin : Depends: libnetcf1 (>= 1:0.2.2) but it is not going to be installed E: Unable to correct problems, you have held broken packages. kyle@kyle-EP43-UD3L:~$ sudo apt install netcf Reading package lists... Done Building dependency tree        Reading state information... Done 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:  netcf : Depends: libnetcf1 (= 1:0.2.8-1ubuntu1) but it is not going to be installed E: Unable to correct problems, you have held broken packages. kyle@kyle-EP43-UD3L:~$ sudo apt install libnetcf1 Reading package lists... Done Building dependency tree        Reading state information... Done 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:  libnetcf1 : Depends: libnl-route-3-200 (>= 3.2.7) but it is not going to be installed E: Unable to correct problems, you have held broken packages. kyle@kyle-EP43-UD3L:~$ sudo apt install libnl-route-3-200 Reading package lists... Done Building dependency tree        Reading state information... Done 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:  libnl-route-3-200 : Depends: libnl-3-200 (= 3.2.27-1) but 3.2.27-1ubuntu0.16.04.1 is to be installed E: Unable to correct problems, you have held broken packages. kyle@kyle-EP43-UD3L:~$ sudo apt install libnl-3-200 Reading package lists... Done Building dependency tree        Reading state information... Done libnl-3-200 is already the newest version (3.2.27-1ubuntu0.16.04.1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

В основном, спускаясь по списку зависимостей, которые не будут установленными, это, кажется, из-за lbnl-3-200, являющегося версией человечности не версия, которая буквально все другие освобождает, хотят...

Любые идеи, как устранить эту проклятую проблему, я ничего не могу найти на ней онлайн.

0
задан 9 January 2018 в 03:22

2 ответа

Я столкнулся с той же проблемой. Был разрешен путем добавления гостеприимных обновлений и гостеприимных бэкпортов к исходному списку.

-1
ответ дан 2 November 2019 в 09:35

Установка libvirt-bin выполнение шагов ниже:

  1. Скачать libnl-route-3-200.

  2. Теперь так же загрузите libnetcf1 и libvirt-bin. В терминале изменяют рабочий каталог на каталог загрузки и выполнение команды:

    sudo dpkg -i libnl-route-3-200_3.2.27-1ubuntu0.16.04.1_amd64.deb libnetcf1_0.2.8-1ubuntu1_amd64.deb libvirt-bin_1.3.1-1ubuntu10_amd64.deb
    
  3. Использовать sudo systemctl restart libvirt-bin.service перезапускать сервис.

  4. Использовать sudo systemctl status libvirt-bin.service видеть libvirt состояние.

1
ответ дан 2 November 2019 в 09:35

Другие вопросы по тегам:

Похожие вопросы: