हर बार जब मैं किसी चीज को स्थापित करने की कोशिश करता हूं, तो उसे यह वापस मिल जाता है
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).
इसलिए मैंने काली लिनक्स स्रोतों की सूची को अपडेट करने की कोशिश की, इसलिए मैंने इसे रखा
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
लेकिन यह काम नहीं करता है ध्यान दें कि मेरे पास काली लिनक्स 64 बिट है
apt-get -f install
(-f
=--fix-broken
) ने भी वैसा ही किया होगाapt --fix-broken install
।