I would like to compile some C programs for Windows. So I used a search engine and I found that I probably need to install mingw32.
If I run:
sudo apt-get install mingw32
and I got:
E: Unable to locate package mingw32
So, I used a search engine again, and I found this answer on AskUbuntu and this answer on StackOverflow.
I ran:
sudo add-apt-repository universe
and:
sudo apt-get update
But I still the same error. What can I do to solve it?