how do I install mingw64 on kali linux 2.0?












0














I have downloaded several packages from these web sites:



https://packages.debian.org/stable/wine-development



http://sourceforge.net/projects/mingw/?source=typ_redirect



Apparently, I have to have Wine installed on Kali Linux too. However, I can't even get that done properly.



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


I tried unpacking and unzipping several packages and it still won't help. This is the only one that unpacked correctly, and I don't see what it does for me. Maybe I'm wrong and need to try something else, but what do I do from here if this is the solution:



root@blackJesus:~/Downloads# tar -xzvf gcc-mingw-w64_8.tar.gz
gcc-mingw-w64-8/
gcc-mingw-w64-8/debian/
gcc-mingw-w64-8/debian/control.source
gcc-mingw-w64-8/debian/control.c.sed
gcc-mingw-w64-8/debian/gobjc++-mingw-w64-i686.install
gcc-mingw-w64-8/debian/watch
gcc-mingw-w64-8/debian/g++-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/gobjc-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/gfortran-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/control.ada.sed
gcc-mingw-w64-8/debian/gnat-mingw-w64-i686.install
gcc-mingw-w64-8/debian/gnat-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/changelog
gcc-mingw-w64-8/debian/gcc-mingw32.links
gcc-mingw-w64-8/debian/compat
gcc-mingw-w64-8/debian/gobjc-mingw-w64-i686.install
gcc-mingw-w64-8/debian/gfortran-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/control.fortran.sed
gcc-mingw-w64-8/debian/rules.variant
gcc-mingw-w64-8/debian/gcc-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/control.template
gcc-mingw-w64-8/debian/g++-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/copyright
gcc-mingw-w64-8/debian/control.bootstrap
gcc-mingw-w64-8/debian/gcc-mingw-w64-bootstrap.install
gcc-mingw-w64-8/debian/g++-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/gcc-mingw32.lintian-overrides
gcc-mingw-w64-8/debian/control.c++.sed
gcc-mingw-w64-8/debian/README.source
gcc-mingw-w64-8/debian/patches/
gcc-mingw-w64-8/debian/patches/disable-multilib.patch
gcc-mingw-w64-8/debian/patches/mingw-include.patch
gcc-mingw-w64-8/debian/patches/spelling-fixes-code.patch
gcc-mingw-w64-8/debian/patches/cpp-intrinsics.patch
gcc-mingw-w64-8/debian/gfortran-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/gnat-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/gobjc++-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/gcc-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/bootstrap
gcc-mingw-w64-8/debian/gcc-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/rules.bootstrap
gcc-mingw-w64-8/debian/g++-mingw-w64-i686.install
gcc-mingw-w64-8/debian/gfortran-mingw-w64-i686.install
gcc-mingw-w64-8/debian/rules.full
gcc-mingw-w64-8/debian/gcc-mingw-w64.postinst
gcc-mingw-w64-8/debian/source/
gcc-mingw-w64-8/debian/source/format
gcc-mingw-w64-8/debian/source/lintian-overrides
gcc-mingw-w64-8/debian/control
gcc-mingw-w64-8/debian/gcc-mingw32.postinst
gcc-mingw-w64-8/debian/control.gcc-mingw32
gcc-mingw-w64-8/debian/control.base
gcc-mingw-w64-8/debian/control.obj-c++.sed
gcc-mingw-w64-8/debian/rules
gcc-mingw-w64-8/debian/control.objc.sed
gcc-mingw-w64-8/debian/gnat-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/gcc-mingw-w64-i686.install


I'm trying to install mingw64 on kali linux. Help?



--update: I've made some progress but still have trouble getting wine installed--



root@blackJesus:~/Desktop/MinGW# wine mingw-get-setup.exe 
wine: Bad EXE format for Z:rootDesktopMinGWmingw-get-setup.exe.









share|improve this question
























  • why do you need mingw on linux?
    – Keltari
    Oct 16 '16 at 2:07










  • you need to cross-compile mingw64 on Linux. Possible duplicate: How to cross-compile with MinGW on Linux for Windows?
    – phuclv
    Jan 17 '17 at 14:01


















0














I have downloaded several packages from these web sites:



https://packages.debian.org/stable/wine-development



http://sourceforge.net/projects/mingw/?source=typ_redirect



Apparently, I have to have Wine installed on Kali Linux too. However, I can't even get that done properly.



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


I tried unpacking and unzipping several packages and it still won't help. This is the only one that unpacked correctly, and I don't see what it does for me. Maybe I'm wrong and need to try something else, but what do I do from here if this is the solution:



root@blackJesus:~/Downloads# tar -xzvf gcc-mingw-w64_8.tar.gz
gcc-mingw-w64-8/
gcc-mingw-w64-8/debian/
gcc-mingw-w64-8/debian/control.source
gcc-mingw-w64-8/debian/control.c.sed
gcc-mingw-w64-8/debian/gobjc++-mingw-w64-i686.install
gcc-mingw-w64-8/debian/watch
gcc-mingw-w64-8/debian/g++-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/gobjc-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/gfortran-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/control.ada.sed
gcc-mingw-w64-8/debian/gnat-mingw-w64-i686.install
gcc-mingw-w64-8/debian/gnat-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/changelog
gcc-mingw-w64-8/debian/gcc-mingw32.links
gcc-mingw-w64-8/debian/compat
gcc-mingw-w64-8/debian/gobjc-mingw-w64-i686.install
gcc-mingw-w64-8/debian/gfortran-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/control.fortran.sed
gcc-mingw-w64-8/debian/rules.variant
gcc-mingw-w64-8/debian/gcc-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/control.template
gcc-mingw-w64-8/debian/g++-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/copyright
gcc-mingw-w64-8/debian/control.bootstrap
gcc-mingw-w64-8/debian/gcc-mingw-w64-bootstrap.install
gcc-mingw-w64-8/debian/g++-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/gcc-mingw32.lintian-overrides
gcc-mingw-w64-8/debian/control.c++.sed
gcc-mingw-w64-8/debian/README.source
gcc-mingw-w64-8/debian/patches/
gcc-mingw-w64-8/debian/patches/disable-multilib.patch
gcc-mingw-w64-8/debian/patches/mingw-include.patch
gcc-mingw-w64-8/debian/patches/spelling-fixes-code.patch
gcc-mingw-w64-8/debian/patches/cpp-intrinsics.patch
gcc-mingw-w64-8/debian/gfortran-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/gnat-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/gobjc++-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/gcc-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/bootstrap
gcc-mingw-w64-8/debian/gcc-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/rules.bootstrap
gcc-mingw-w64-8/debian/g++-mingw-w64-i686.install
gcc-mingw-w64-8/debian/gfortran-mingw-w64-i686.install
gcc-mingw-w64-8/debian/rules.full
gcc-mingw-w64-8/debian/gcc-mingw-w64.postinst
gcc-mingw-w64-8/debian/source/
gcc-mingw-w64-8/debian/source/format
gcc-mingw-w64-8/debian/source/lintian-overrides
gcc-mingw-w64-8/debian/control
gcc-mingw-w64-8/debian/gcc-mingw32.postinst
gcc-mingw-w64-8/debian/control.gcc-mingw32
gcc-mingw-w64-8/debian/control.base
gcc-mingw-w64-8/debian/control.obj-c++.sed
gcc-mingw-w64-8/debian/rules
gcc-mingw-w64-8/debian/control.objc.sed
gcc-mingw-w64-8/debian/gnat-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/gcc-mingw-w64-i686.install


I'm trying to install mingw64 on kali linux. Help?



--update: I've made some progress but still have trouble getting wine installed--



root@blackJesus:~/Desktop/MinGW# wine mingw-get-setup.exe 
wine: Bad EXE format for Z:rootDesktopMinGWmingw-get-setup.exe.









share|improve this question
























  • why do you need mingw on linux?
    – Keltari
    Oct 16 '16 at 2:07










  • you need to cross-compile mingw64 on Linux. Possible duplicate: How to cross-compile with MinGW on Linux for Windows?
    – phuclv
    Jan 17 '17 at 14:01
















0












0








0







I have downloaded several packages from these web sites:



https://packages.debian.org/stable/wine-development



http://sourceforge.net/projects/mingw/?source=typ_redirect



Apparently, I have to have Wine installed on Kali Linux too. However, I can't even get that done properly.



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


I tried unpacking and unzipping several packages and it still won't help. This is the only one that unpacked correctly, and I don't see what it does for me. Maybe I'm wrong and need to try something else, but what do I do from here if this is the solution:



root@blackJesus:~/Downloads# tar -xzvf gcc-mingw-w64_8.tar.gz
gcc-mingw-w64-8/
gcc-mingw-w64-8/debian/
gcc-mingw-w64-8/debian/control.source
gcc-mingw-w64-8/debian/control.c.sed
gcc-mingw-w64-8/debian/gobjc++-mingw-w64-i686.install
gcc-mingw-w64-8/debian/watch
gcc-mingw-w64-8/debian/g++-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/gobjc-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/gfortran-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/control.ada.sed
gcc-mingw-w64-8/debian/gnat-mingw-w64-i686.install
gcc-mingw-w64-8/debian/gnat-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/changelog
gcc-mingw-w64-8/debian/gcc-mingw32.links
gcc-mingw-w64-8/debian/compat
gcc-mingw-w64-8/debian/gobjc-mingw-w64-i686.install
gcc-mingw-w64-8/debian/gfortran-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/control.fortran.sed
gcc-mingw-w64-8/debian/rules.variant
gcc-mingw-w64-8/debian/gcc-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/control.template
gcc-mingw-w64-8/debian/g++-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/copyright
gcc-mingw-w64-8/debian/control.bootstrap
gcc-mingw-w64-8/debian/gcc-mingw-w64-bootstrap.install
gcc-mingw-w64-8/debian/g++-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/gcc-mingw32.lintian-overrides
gcc-mingw-w64-8/debian/control.c++.sed
gcc-mingw-w64-8/debian/README.source
gcc-mingw-w64-8/debian/patches/
gcc-mingw-w64-8/debian/patches/disable-multilib.patch
gcc-mingw-w64-8/debian/patches/mingw-include.patch
gcc-mingw-w64-8/debian/patches/spelling-fixes-code.patch
gcc-mingw-w64-8/debian/patches/cpp-intrinsics.patch
gcc-mingw-w64-8/debian/gfortran-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/gnat-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/gobjc++-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/gcc-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/bootstrap
gcc-mingw-w64-8/debian/gcc-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/rules.bootstrap
gcc-mingw-w64-8/debian/g++-mingw-w64-i686.install
gcc-mingw-w64-8/debian/gfortran-mingw-w64-i686.install
gcc-mingw-w64-8/debian/rules.full
gcc-mingw-w64-8/debian/gcc-mingw-w64.postinst
gcc-mingw-w64-8/debian/source/
gcc-mingw-w64-8/debian/source/format
gcc-mingw-w64-8/debian/source/lintian-overrides
gcc-mingw-w64-8/debian/control
gcc-mingw-w64-8/debian/gcc-mingw32.postinst
gcc-mingw-w64-8/debian/control.gcc-mingw32
gcc-mingw-w64-8/debian/control.base
gcc-mingw-w64-8/debian/control.obj-c++.sed
gcc-mingw-w64-8/debian/rules
gcc-mingw-w64-8/debian/control.objc.sed
gcc-mingw-w64-8/debian/gnat-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/gcc-mingw-w64-i686.install


I'm trying to install mingw64 on kali linux. Help?



--update: I've made some progress but still have trouble getting wine installed--



root@blackJesus:~/Desktop/MinGW# wine mingw-get-setup.exe 
wine: Bad EXE format for Z:rootDesktopMinGWmingw-get-setup.exe.









share|improve this question















I have downloaded several packages from these web sites:



https://packages.debian.org/stable/wine-development



http://sourceforge.net/projects/mingw/?source=typ_redirect



Apparently, I have to have Wine installed on Kali Linux too. However, I can't even get that done properly.



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


I tried unpacking and unzipping several packages and it still won't help. This is the only one that unpacked correctly, and I don't see what it does for me. Maybe I'm wrong and need to try something else, but what do I do from here if this is the solution:



root@blackJesus:~/Downloads# tar -xzvf gcc-mingw-w64_8.tar.gz
gcc-mingw-w64-8/
gcc-mingw-w64-8/debian/
gcc-mingw-w64-8/debian/control.source
gcc-mingw-w64-8/debian/control.c.sed
gcc-mingw-w64-8/debian/gobjc++-mingw-w64-i686.install
gcc-mingw-w64-8/debian/watch
gcc-mingw-w64-8/debian/g++-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/gobjc-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/gfortran-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/control.ada.sed
gcc-mingw-w64-8/debian/gnat-mingw-w64-i686.install
gcc-mingw-w64-8/debian/gnat-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/changelog
gcc-mingw-w64-8/debian/gcc-mingw32.links
gcc-mingw-w64-8/debian/compat
gcc-mingw-w64-8/debian/gobjc-mingw-w64-i686.install
gcc-mingw-w64-8/debian/gfortran-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/control.fortran.sed
gcc-mingw-w64-8/debian/rules.variant
gcc-mingw-w64-8/debian/gcc-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/control.template
gcc-mingw-w64-8/debian/g++-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/copyright
gcc-mingw-w64-8/debian/control.bootstrap
gcc-mingw-w64-8/debian/gcc-mingw-w64-bootstrap.install
gcc-mingw-w64-8/debian/g++-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/gcc-mingw32.lintian-overrides
gcc-mingw-w64-8/debian/control.c++.sed
gcc-mingw-w64-8/debian/README.source
gcc-mingw-w64-8/debian/patches/
gcc-mingw-w64-8/debian/patches/disable-multilib.patch
gcc-mingw-w64-8/debian/patches/mingw-include.patch
gcc-mingw-w64-8/debian/patches/spelling-fixes-code.patch
gcc-mingw-w64-8/debian/patches/cpp-intrinsics.patch
gcc-mingw-w64-8/debian/gfortran-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/gnat-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/gobjc++-mingw-w64-x86-64.install
gcc-mingw-w64-8/debian/gcc-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/bootstrap
gcc-mingw-w64-8/debian/gcc-mingw-w64-x86-64.lintian-overrides
gcc-mingw-w64-8/debian/rules.bootstrap
gcc-mingw-w64-8/debian/g++-mingw-w64-i686.install
gcc-mingw-w64-8/debian/gfortran-mingw-w64-i686.install
gcc-mingw-w64-8/debian/rules.full
gcc-mingw-w64-8/debian/gcc-mingw-w64.postinst
gcc-mingw-w64-8/debian/source/
gcc-mingw-w64-8/debian/source/format
gcc-mingw-w64-8/debian/source/lintian-overrides
gcc-mingw-w64-8/debian/control
gcc-mingw-w64-8/debian/gcc-mingw32.postinst
gcc-mingw-w64-8/debian/control.gcc-mingw32
gcc-mingw-w64-8/debian/control.base
gcc-mingw-w64-8/debian/control.obj-c++.sed
gcc-mingw-w64-8/debian/rules
gcc-mingw-w64-8/debian/control.objc.sed
gcc-mingw-w64-8/debian/gnat-mingw-w64-i686.lintian-overrides
gcc-mingw-w64-8/debian/gcc-mingw-w64-i686.install


I'm trying to install mingw64 on kali linux. Help?



--update: I've made some progress but still have trouble getting wine installed--



root@blackJesus:~/Desktop/MinGW# wine mingw-get-setup.exe 
wine: Bad EXE format for Z:rootDesktopMinGWmingw-get-setup.exe.






linux debian tar wine






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 11 '15 at 16:11

























asked Sep 11 '15 at 5:40









mace

41211




41211












  • why do you need mingw on linux?
    – Keltari
    Oct 16 '16 at 2:07










  • you need to cross-compile mingw64 on Linux. Possible duplicate: How to cross-compile with MinGW on Linux for Windows?
    – phuclv
    Jan 17 '17 at 14:01




















  • why do you need mingw on linux?
    – Keltari
    Oct 16 '16 at 2:07










  • you need to cross-compile mingw64 on Linux. Possible duplicate: How to cross-compile with MinGW on Linux for Windows?
    – phuclv
    Jan 17 '17 at 14:01


















why do you need mingw on linux?
– Keltari
Oct 16 '16 at 2:07




why do you need mingw on linux?
– Keltari
Oct 16 '16 at 2:07












you need to cross-compile mingw64 on Linux. Possible duplicate: How to cross-compile with MinGW on Linux for Windows?
– phuclv
Jan 17 '17 at 14:01






you need to cross-compile mingw64 on Linux. Possible duplicate: How to cross-compile with MinGW on Linux for Windows?
– phuclv
Jan 17 '17 at 14:01












1 Answer
1






active

oldest

votes


















0














Just to clarify. Wine is a tool that allows you to install and run (many, not all) programs that were designed and compiled for windows. Wine will emulate an Windows environment and allow to run these programs.



What you have to do is install Wine. Search for it with apt-get and install. When this is done. Go to the MinGW page download and install the installation executable through Wine (normally just by double clicking the exe).



If the installation was successfull the compiler you want to use to compile programs for Windows should be located at /root/.wine/drive_c/MinGW/bin.






share|improve this answer





















  • that got Wine installed but when I right click on the file, Wine or windows loader doesn't show up. How do I use Wine then?
    – mace
    Sep 11 '15 at 15:24












  • it installed wine but I can't use wine for anything, it only gives me two parameters when I run it. It won't let me open a program in wine.
    – mace
    Sep 11 '15 at 16:02










  • I updated the above.
    – mace
    Sep 11 '15 at 16:10










  • I also still can't install mingw
    – mace
    Sep 14 '15 at 2:14











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f971430%2fhow-do-i-install-mingw64-on-kali-linux-2-0%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Just to clarify. Wine is a tool that allows you to install and run (many, not all) programs that were designed and compiled for windows. Wine will emulate an Windows environment and allow to run these programs.



What you have to do is install Wine. Search for it with apt-get and install. When this is done. Go to the MinGW page download and install the installation executable through Wine (normally just by double clicking the exe).



If the installation was successfull the compiler you want to use to compile programs for Windows should be located at /root/.wine/drive_c/MinGW/bin.






share|improve this answer





















  • that got Wine installed but when I right click on the file, Wine or windows loader doesn't show up. How do I use Wine then?
    – mace
    Sep 11 '15 at 15:24












  • it installed wine but I can't use wine for anything, it only gives me two parameters when I run it. It won't let me open a program in wine.
    – mace
    Sep 11 '15 at 16:02










  • I updated the above.
    – mace
    Sep 11 '15 at 16:10










  • I also still can't install mingw
    – mace
    Sep 14 '15 at 2:14
















0














Just to clarify. Wine is a tool that allows you to install and run (many, not all) programs that were designed and compiled for windows. Wine will emulate an Windows environment and allow to run these programs.



What you have to do is install Wine. Search for it with apt-get and install. When this is done. Go to the MinGW page download and install the installation executable through Wine (normally just by double clicking the exe).



If the installation was successfull the compiler you want to use to compile programs for Windows should be located at /root/.wine/drive_c/MinGW/bin.






share|improve this answer





















  • that got Wine installed but when I right click on the file, Wine or windows loader doesn't show up. How do I use Wine then?
    – mace
    Sep 11 '15 at 15:24












  • it installed wine but I can't use wine for anything, it only gives me two parameters when I run it. It won't let me open a program in wine.
    – mace
    Sep 11 '15 at 16:02










  • I updated the above.
    – mace
    Sep 11 '15 at 16:10










  • I also still can't install mingw
    – mace
    Sep 14 '15 at 2:14














0












0








0






Just to clarify. Wine is a tool that allows you to install and run (many, not all) programs that were designed and compiled for windows. Wine will emulate an Windows environment and allow to run these programs.



What you have to do is install Wine. Search for it with apt-get and install. When this is done. Go to the MinGW page download and install the installation executable through Wine (normally just by double clicking the exe).



If the installation was successfull the compiler you want to use to compile programs for Windows should be located at /root/.wine/drive_c/MinGW/bin.






share|improve this answer












Just to clarify. Wine is a tool that allows you to install and run (many, not all) programs that were designed and compiled for windows. Wine will emulate an Windows environment and allow to run these programs.



What you have to do is install Wine. Search for it with apt-get and install. When this is done. Go to the MinGW page download and install the installation executable through Wine (normally just by double clicking the exe).



If the installation was successfull the compiler you want to use to compile programs for Windows should be located at /root/.wine/drive_c/MinGW/bin.







share|improve this answer












share|improve this answer



share|improve this answer










answered Sep 11 '15 at 6:58









ap0

1,037512




1,037512












  • that got Wine installed but when I right click on the file, Wine or windows loader doesn't show up. How do I use Wine then?
    – mace
    Sep 11 '15 at 15:24












  • it installed wine but I can't use wine for anything, it only gives me two parameters when I run it. It won't let me open a program in wine.
    – mace
    Sep 11 '15 at 16:02










  • I updated the above.
    – mace
    Sep 11 '15 at 16:10










  • I also still can't install mingw
    – mace
    Sep 14 '15 at 2:14


















  • that got Wine installed but when I right click on the file, Wine or windows loader doesn't show up. How do I use Wine then?
    – mace
    Sep 11 '15 at 15:24












  • it installed wine but I can't use wine for anything, it only gives me two parameters when I run it. It won't let me open a program in wine.
    – mace
    Sep 11 '15 at 16:02










  • I updated the above.
    – mace
    Sep 11 '15 at 16:10










  • I also still can't install mingw
    – mace
    Sep 14 '15 at 2:14
















that got Wine installed but when I right click on the file, Wine or windows loader doesn't show up. How do I use Wine then?
– mace
Sep 11 '15 at 15:24






that got Wine installed but when I right click on the file, Wine or windows loader doesn't show up. How do I use Wine then?
– mace
Sep 11 '15 at 15:24














it installed wine but I can't use wine for anything, it only gives me two parameters when I run it. It won't let me open a program in wine.
– mace
Sep 11 '15 at 16:02




it installed wine but I can't use wine for anything, it only gives me two parameters when I run it. It won't let me open a program in wine.
– mace
Sep 11 '15 at 16:02












I updated the above.
– mace
Sep 11 '15 at 16:10




I updated the above.
– mace
Sep 11 '15 at 16:10












I also still can't install mingw
– mace
Sep 14 '15 at 2:14




I also still can't install mingw
– mace
Sep 14 '15 at 2:14


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f971430%2fhow-do-i-install-mingw64-on-kali-linux-2-0%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕