Kali Linux не обновляется в WSL2

Kali Linux не обновляется в WSL2

Всем привет! Я установил новую версию Windows 11, включил подсистему Windows для Linux и виртуальных машин, перешел на WSL2 и установил Kali Linux из Microsoft Store.

Когда я попытался обновить репозиторий, он застрял на 0%

Поэтому я изменил http на https в sources.list, поскольку это было широко предложено исправить.

Однако даже это ничего не изменило. В чем может быть первопричина такого поведения?

Проверьте скриншот, пожалуйста.

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

Связанный контент