Skip to content

Installation Error with MingW #850

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

Open
omeshDiyamantha opened this issue May 3, 2025 · 2 comments
Open

Installation Error with MingW #850

omeshDiyamantha opened this issue May 3, 2025 · 2 comments

Comments

@omeshDiyamantha
Copy link

While installing TheFatRat to Kali, I got the following message, and I tried multiple ways to solve it, but still the installation fails:

Was not possible to install The Packages Labeled (Not Ok) in this list above
Try : (apt-get remove --purge && apt-get autoremove && apt-get install -f)
before running fatrat setup script again

@kRaja999
Copy link

This explanation is accurate and helpful. It clearly identifies the root cause—missing dependencies—and offers a logical first step toward resolution. It would be even better if it included a brief example of how to identify the problematic packages or showed the actual commands to run.
step-by-step approach to resolve this on Kali Linux:

to fix broken packages

sudo apt --fix-broken install

@jaswanthsanjay88
Copy link

sudo apt-get remove --purge
sudo apt-get autoremove
sudo apt-get install -f
Replace with the actual ones
Install Prerequisites Manually
Install common dependencies used by TheFatRat:

bash
Copy
Edit
sudo apt install git g++ golang python3 python3-pip ruby mingw-w64
wine wine32 unzip zip curl xterm net-tools -y
Ensure Metasploit is installed:

bash
Copy
Edit
sudo apt install metasploit-framework -y

lone TheFatRat
If not already:

bash
Copy
Edit
git clone https://github.com/Screetsec/TheFatRat.git
cd TheFatRat
chmod +x setup.sh
then try to run the setup.sh again

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

No branches or pull requests

3 participants