just ask

Started by sura, May 24, 2013, 10:41:37 AM

Previous topic - Next topic

sura

How to install  (mingw32-runtime mingw-w64 mingw gcc-mingw32 mingw32-binutils)
When i used other distro it's easy to do .

it appear
E: Unable to locate package mingw


ZEROF

#1
Hello,

Other distro don't use same repository as we do. You need to add repository or find source code and then install software you are looking for. In this case, that is not problem, but you need to know that.

First run in terminal apt-get update and apt-get upgrade, then see if you can find this packages with :

apt-cache search mingw32

If you find them, then install then one by one or  :

sudo apt-get install mingw32-runtime mingw32 mingw32-binutils gcc-mingw32

I think your error is mingw, that is not part of repository or I can say, you try to install wrong package name, and because of that you have this error.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*