Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mingw32 not found! #22

Open
redheet opened this issue Jul 22, 2019 · 12 comments
Open

mingw32 not found! #22

redheet opened this issue Jul 22, 2019 · 12 comments

Comments

@redheet
Copy link

redheet commented Jul 22, 2019

[☆] Checking backend applications ..
[x] mingw32[64] installation -> not found!
[x] This script requires mingw32[64] to work
[☆] Please wait: installing missing dependencies ..

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mingw32

[☆] Wine installation : found!
[☆] Xterm installation : found!
[☆] Zenity installation : found!
[☆] Wine Program Files : found!

i have mingw32 why dosen't work ?

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Jul 22, 2019

@MrR3DH3T
1º - how can you have mingw32 installed if your distro reports that mingw32
its not available in oficial repository E: Unable to locate package mingw32 ???????
(so make sure you have enable the rigth repository to install mingw32 in /etc/apt/sources.list)
2º - its your distro x64bits or x32 bits ??
3º - what distro are you using ??

- [remove old packages installations] -
sudo apt-get remove --purge mingw* -y
sudo apt-get autoremove -y

- [allow downgrades (x64-> x32)] -
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get -y dist-upgrade --allow-downgrades
sudo apt-get install mingw* --force-yes -y

- [check if /run/user/0/ folder exists] -
If does not exist the folder, build it ..
sudo mkdir -p /run/user/0/

@redheet
Copy link
Author

redheet commented Jul 24, 2019

  1. this my sources.list # deb cdrom:[Debian GNU/Linux 4.3 Parrot - Official Snapshot amd64 LIVE/INSTALL Binary 20181102-12:48]/ parrot contrib main non-free
  2. i use x64
  3. parrot stable , but my parrot.list rolling

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Jul 28, 2019

"Its hard for me to fix dependencies issues in a distro i have not used for a long time"

1º - Did you have tried the solluctions i have give you ?

2º - Go to https://packages.debian.org/jessie/all/mingw32 and download the package
at the bottom of the page. When it downloads, right click it and click Open with GDebi
Package Installer, then install it. Do the same for https://packages.debian.org/jessie/all/mingw32-binutils
My girlfriend have succeded installing mingw32 on is parrot amd64 this way

@Maadhav
Copy link

Maadhav commented Jul 30, 2019

I have found out the right way to solve the problem for mingw32.
It is easy...
1)https://packages.debian.org/jessie/all/mingw32/download
2)Download from any server
3)now open it with SOFTWARE INSTALL
image
4) restart your machine and try to install again.
Thanks

@r00t-3xp10it
Copy link
Owner

yes ..i have allready give the soluction in the above post ..

@truesamurai
Copy link

truesamurai commented Oct 31, 2019

I have same issue with mingw32 error. Downloaded the suggested from the server but I can not install this package. I click install but nothing happens. Any other solution to solve mingw32 error?
I am running latest version of Kali 64 bit.

@Maadhav
Copy link

Maadhav commented Oct 31, 2019

I have same issue with mingw32 error. Downloaded the suggested from the server but I can not install this package. I click install but nothing happens. Any other solution to solve mingw32 error?

#22 (comment)

@truesamurai
Copy link

I have same issue with mingw32 error. Downloaded the suggested from the server but I can not install this package. I click install but nothing happens. Any other solution to solve mingw32 error?

#22 (comment)

Thanks but in my question i already told that this solution did not work for me.

@truesamurai
Copy link

Its working now with this solution:
r00t-3xp10it/venom#1

@r00t-3xp10it
Copy link
Owner

yes..diferent distros..diferent soluctions ..

@ghost
Copy link

ghost commented Dec 3, 2019

FINAL solution
just follow this procedure
type
/FakeImageExploiter# gedit FakeImageExploiter.sh

after it opens

if [ "$ArCh" = "i686" ]; then
  dEd="x86"
  arch="wine"
  PgFi="Program Files"
  # ComP="i586-mingw32msvc-gcc" >>>>>>>>>>>>>>>. put "#"
else
  dEd="x86"
  arch="wine"
  PgFi="Program Files"
  ComP="i586-mingw32msvc-gcc"
  # dEd="x64"
  # arch="wine64"
  # PgFi="Program Files (x86)" # default value
  # PgFi="Program Files"
   ComP="i686-w64-mingw32-gcc"     >>>>>>>>>>>>>>> remove the "#"

after that just save it and re-start

@Morsmalleo
Copy link

Morsmalleo commented Dec 14, 2020

add deb http://deb.debian.org/debian jessie main contrib non-free to your sources.list file and # out any other repo's you have, then do a sudo apt-get update to activate the repo, then do sudo apt-get install mingw32 works for me everytime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants