Reagire alle dipendenze non soddisfatte


1

durante l'installazione del server openssh usando il seguente comando:

sudo apt-get install openssh-server

Ricevo il seguente errore:

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:
 bcmwl-kernel-source : Depends: dkms but it is not going to be installed
 debhelper : Depends: dh-apparmor but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Come posso risolvere questo problema?


Risposte:


0
sudo apt-get update
sudo apt-get install -f

Ciò installerà tutte le dipendenze non soddisfatte e completerà l'installazione di qualunque cosa stavate tentando di installare che non è stata completata a seguito di tali dipendenze non soddisfatte.

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.