TheFatRat
TheFatRat copied to clipboard
can't install fatrat on parrot
I read your log. You not have lib32ncurses5, lib32stdc++6, mingw32. For solve this problem use this commands:
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" | sudo tee -a /etc/apt/sources.list.d/external-repo.list
OR:
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" | sudo tee -a /etc/apt/sources.list
After adding the repository, update your package lists to fetch information about the available packages from the new repository:
sudo apt update
If no error, you can install packages by this command:
sudo apt install lib32ncurses5 lib32stdc++6 mingw32
I read your log. You not have lib32ncurses5, lib32stdc++6, mingw32. For solve this problem use this commands:
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" | sudo tee -a /etc/apt/sources.list.d/external-repo.list
OR:
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" | sudo tee -a /etc/apt/sources.list
After adding the repository, update your package lists to fetch information about the available packages from the new repository:
sudo apt update
If no error, you can install packages by this command:
sudo apt install lib32ncurses5 lib32stdc++6 mingw32
You can not install mingw32 from the Kali repo it must come either from the Debian Jessie software repo or the Debian Stretch software repo, this has been stated on this repository thousands of times, if you install mingw32 from Kali it will install the latest version which won't work