Giter Club home page Giter Club logo

Comments (12)

Maadhav avatar Maadhav commented on July 30, 2024 1

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

from fakeimageexploiter.

truesamurai avatar truesamurai commented on July 30, 2024 1

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

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

@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/

from fakeimageexploiter.

redheet avatar redheet commented on July 30, 2024
  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

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

"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

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

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

from fakeimageexploiter.

truesamurai avatar truesamurai commented on July 30, 2024

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.

from fakeimageexploiter.

Maadhav avatar Maadhav commented on July 30, 2024

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)

from fakeimageexploiter.

truesamurai avatar truesamurai commented on July 30, 2024

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.

from fakeimageexploiter.

r00t-3xp10it avatar r00t-3xp10it commented on July 30, 2024

yes..diferent distros..diferent soluctions ..

from fakeimageexploiter.

 avatar commented on July 30, 2024

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

from fakeimageexploiter.

Morsmalleo avatar Morsmalleo commented on July 30, 2024

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

from fakeimageexploiter.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.