TheFatRat icon indicating copy to clipboard operation
TheFatRat copied to clipboard

can't install fatrat on parrot

Open Naveen-Pal opened this issue 1 year ago • 2 comments

apt.log

Naveen-Pal avatar Jun 10 '23 03:06 Naveen-Pal

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

FussuChalice avatar Sep 13 '23 07:09 FussuChalice

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

Morsmalleo avatar Sep 13 '23 09:09 Morsmalleo