# sudo apt update
Ign:1 http://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling InRelease
Ign:2 https://packages.microsoft.com/repos/code stable InRelease
Ign:1 http://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling InRelease
Ign:2 https://packages.microsoft.com/repos/code stable InRelease
Ign:1 http://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling InRelease
Ign:2 https://packages.microsoft.com/repos/code stable InRelease
Err:1 http://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling InRelease
Temporary failure resolving 'mirrors.tuna.tsinghua.edu.cn'
Err:2 https://packages.microsoft.com/repos/code stable InRelease
Temporary failure resolving 'packages.microsoft.com'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://mirrors.tuna.tsinghua.edu.cn/kali/dists/kali-rolling/InRelease Temporary failure resolving 'mirrors.tuna.tsinghua.edu.cn'
W: Failed to fetch https://packages.microsoft.com/repos/code/dists/stable/InRelease Temporary failure resolving 'packages.microsoft.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
解决方法:
wget archive.kali.org/archive-key.asc
sudo apt-key add archive-key.asc
Upgrade error:
(E: Broken packages)
┌──(juran㉿Debian)-[~]
└─$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
exfat-utils : Conflicts: exfatprogs but 1.2.2-1 is to be installed
Recommends: exfat-fuse but it is not going to be installed
E: Broken packages
┌──(juran㉿Debian)-[~]
└─$ sudo apt --fix-broken install 100 ⨯
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1867 not upgraded.
┌──(juran㉿Debian)-[~]
└─$ sudo dpkg --configure -a
┌──(juran㉿Debian)-[~]
└─$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1867 not upgraded.
┌──(juran㉿Debian)-[~]
└─$ sudo apt-get update
Get:1 http://mirrors.ustc.edu.cn/kali kali-rolling InRelease [41.5 kB]
Hit:2 https://packages.microsoft.com/repos/code stable InRelease
Fetched 41.5 kB in 1s (65.1 kB/s)
Reading package lists... Done
┌──(juran㉿Debian)-[~]
└─$ sudo apt-get upgrade