Bất cứ khi nào tôi cố gắng cài đặt bất cứ thứ gì trên Kali Linux, tôi đều gặp lỗi tương tự. Ví dụ: chạy sudo apt-get -f install alien
đầu ra:
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:
alien : Depends: debhelper (>= 7) but it is not going to be installed
Depends: rpm (>= 2.4.4-2) but it is not going to be installed
Depends: rpm2cpio but it is not going to be installed
tcpdump : Depends: libpcap0.8 (>= 1.5.1) but 1.4.0-2 is to be installed
tshark : Depends: libpcap0.8 (>= 1.5.1) but 1.4.0-2 is to be installed
wireshark-common : Depends: libpcap0.8 (>= 1.5.1) but 1.4.0-2 is to be installed
wireshark-qt : Depends: libpcap0.8 (>= 1.5.1) but 1.4.0-2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).