не мог выполнить dist-обновление

я пытаюсь выполнить следующее, но получаю ошибки. Как я разрешаю его?

nas@nas:/boot$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 linux-generic : Depends: linux-headers-generic (= 3.2.0.107.123) but 3.2.0.120.135 is installed
 linux-image-generic : Depends: linux-image-3.2.0-107-generic but it is not installed
E: Unmet dependencies. Try using -f.
nas@nas:/boot$

Я попытался работать склонный - получают установку-f, но все еще получают ошибки

nas@nas:/boot$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  linux-generic linux-image-generic
The following packages will be upgraded:
  linux-generic linux-image-generic
2 upgraded, 0 newly installed, 0 to remove and 73 not upgraded.
2 not fully installed or removed.
Need to get 0 B/4,160 B of archives.
After this operation, 2,048 B of additional disk space will be used.
Do you want to continue [Y/n]?
dpkg: dependency problems prevent configuration of linux-image-generic:
 linux-image-generic depends on linux-image-3.2.0-107-generic; however:
  Package linux-image-3.2.0-107-generic is not installed.
dpkg: error processing linux-image-generic (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic:
 linux-generic depends on linux-image-generic (= 3.2.0.107.123); however:
  Package linux-image-generic is not configured yet.
 linux-generic depends on linux-headers-generic (= 3.2.0.107.123); however:
  Version of linux-headers-generic on system is 3.2.0.120.135.
dpkg: error processing linux-generic (--configure):No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                                                                             No apport report written because the error message indicates its a followup error from a previous failure.

 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-image-generic
 linux-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
nas@nas:/boot$

Любая справка ценилась бы.

0
задан 31 January 2017 в 13:42

1 ответ

Похож на следующее, разрешил мой выпуск

sudo dpkg -i /var/cache/apt/archives/*.deb
sudo dpkg --configure -a
2
ответ дан 7 November 2019 в 01:50

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

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