问题描述
TheFatRat安装问题... :-) [mingw-32&mingw-w64](请帮我解决这个问题...从3天开始...)#244
问题线程:https://github.com/Screetsec/TheFatRat/issues/244
SS问题: https://i.imgur.com/fqvPONs.png
这对我不起作用: github链接:https://github.com/Screetsec/TheFatRat/issues/244#issuecomment-366370454 https://i.imgur.com/BT4f9ds.png
解决方法
相同的解决方案只是将版本更改为兼容版本:
https://i.imgur.com/UcWvNGm.png
转到/ etc / apt,您将找到sources.list
要更改文件,请使用:
sudo mousepad sources.list
或
sudo vim sources.list
然后用白色包装新包装:
正确的是:
deb http://http.kali.org/kali kali-rolling main contrib non-free
deb-src http://http.kali.org/kali kali-rolling main contrib non-free
deb http://old.kali.org/kali sana main non-free contrib
deb-src http://old.kali.org/kali sana main non-free contrib
write these repositories in your sources list .
then after this open new terminal & write this in your terminal :
wget https://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2020.2_all.deb && dpkg -i kali-archive-keyring_2020.2_all.deb
then,do the process all over again by installing mingw as it was written before .
>>它就像一个魅力!如果您拥有kaliLinux 2020.3
,也可以使用祝你好运!