Jedes Mal, wenn ich versuche, etwas mit apt-get zu installieren, wird dies zurückgegeben
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:
google-chrome-stable : Depends: libappindicator1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Deshalb habe ich versucht, die Liste der Kali Linux-Quellen zu aktualisieren
deb http://repo.kali.org/kali kali-rolling main contrib non-free
deb-src http://repo.kali.org/kali kali-rolling main contrib non-free
aber das funktioniert nicht beachte, dass ich kali linux 64 bit habe
apt-get -f install
(-f
=--fix-broken
Ich hätte das Gleiche getan wieapt --fix-broken install
.