Kali Linux가 WSL2에서 업데이트되지 않습니다.

Kali Linux가 WSL2에서 업데이트되지 않습니다.

안녕하세요 여러분 저는 새로운 Windows 11을 설치하고 Linux 및 가상 머신용 Windows 하위 시스템을 활성화하고 WSL2로 전환하고 Microsoft Store에서 Kali Linux를 설치했습니다.

저장소를 업데이트하려고 했더니 0%에서 멈췄습니다.

그래서 source.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

gnupg ERROR 메시지의 스크린샷을 확인하세요.

관련 정보