大家好,我安装了全新的 Windows 11,启用了适用于 Linux 和虚拟机的 Windows 子系统并切换到 WSL2,并从 Microsoft Store 安装了 Kali Linux。
当我尝试更新 repo 时,它卡在了 0%
因此我将 sources.list 中的 http 改为 https,因为人们普遍建议这样修复。
然而,即使这样做也没有改变任何事情,这种行为的根本原因是什么?
UPDATED:
I tried Going to visiting following URLS in the browser
> http://http.kali.org/kali/
> https://http.kali.org/kali/
Both Opened Successfully!
Then Tried the following command
apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6
Which threw an error Message:
gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
so I Installed it manually as I couldn't install from apt directly from terminal,
After installing the gnupg2 it threw the same error:
gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
Then I tried adding the following repos to sources.list
deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
But neither of them succeeded