Skip to content

RESOLVE ming-w64 not found and ming-w32 #846

Open
@grantied0

Description

@grantied0

hello to all I find the solution for ereur ming-w64 not found" and "ming-w32 not found" first you have to understand that we launch the ". /setup.sh" the program will delete all files that are for mingw and after he tries to install them but it does not work for me it is for its that I manually install the "ming-w64" with the command"sudo apt install mingw-w64 -y" after I make sure that we can’t unwash the package with"
sudo apt-mark hold binutils-mingw-w64-i686
sudo apt-mark hold binutils-mingw-w64-x86-64
sudo apt-mark hold g++-mingw-w64
sudo apt-mark hold g++-mingw-w64-i686
sudo apt-mark hold g++-mingw-w64-i686-posix
sudo apt-mark hold g++-mingw-w64-i686-win32
sudo apt-mark hold g++-mingw-w64-x86-64
sudo apt-mark hold g++-mingw-w64-x86-64-posix
sudo apt-mark hold g++-mingw-w64-x86-64-win32
sudo apt-mark hold gcc-mingw-w64
sudo apt-mark hold gcc-mingw-w64-base:amd64
sudo apt-mark hold gcc-mingw-w64-i686
sudo apt-mark hold gcc-mingw-w64-i686-posix
sudo apt-mark hold gcc-mingw-w64-i686-posix-runtime
sudo apt-mark hold gcc-mingw-w64-i686-win32
sudo apt-mark hold gcc-mingw-w64-i686-win32-runtime
sudo apt-mark hold gcc-mingw-w64-x86-64
sudo apt-mark hold gcc-mingw-w64-x86-64-posix
sudo apt-mark hold gcc-mingw-w64-x86-64-posix-runtime
sudo apt-mark hold gcc-mingw-w64-x86-64-win32
sudo apt-mark hold gcc-mingw-w64-x86-64-win32-runtime
sudo apt-mark hold mingw-w64
sudo apt-mark hold mingw-w64-common
sudo apt-mark hold mingw-w64-i686-dev
sudo apt-mark hold mingw-w64-x86-64-dev
"
next use "dpkg --get-selections | grep mingw"
normally you will have a list of all packages of "mingw" it must be marked as "hold" for all, if this is not the case does "sudo apt-mark hold <name_of_paquet>
restart "./setup.sh"
I hope to have helped you, fun you had a good day
:)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @grantied0

        Issue actions

          RESOLVE ming-w64 not found and ming-w32 · Issue #846 · screetsec/TheFatRat