hello:


I have a small problem to find and install mingw-w64

my version of kali linux : Linux kali 4.19.0-kali4-amd64 #1 SMP Debian 4.19.28-2kali1 (2019-03-18) x86_64 GNU/Linux

I look at the forum kali and I made this solution but it still does not work :"https://forums.kali.org/showthread.php?38908-SOLVED-Mingw-w64-on-kali-4"


that's what I typed as an order :

root@kali:~# apt-get install mingw-w64 -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mingw-w64

then compared to the forum, I did:

root@kali:~# wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add
OK
root@kali:~# apt-get update
Reading package lists... Done
root@kali:~# apt-get install mingw-w64 -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mingw-w64



I followed a fix of the kali forum, so I do not know what to do anymore. If someone would have a solution it will arrange me .

thank you in advance