LionSec / katoolin

Automatically install all Kali linux tools
https://lionsec.net
GNU General Public License v2.0
4.75k stars 1.33k forks source link

Can i use it on a Pi Zero? #175

Open misaalanshori opened 5 years ago

misaalanshori commented 5 years ago

I've been trying to install kali tools on Raspbian but keeps getting issues because some packages aren't available and also dependencies issues that got me stuck in "you have held broken packages" loop that i don't know how to fix which means i have to reflash my microsd lots of time...

I have used katoolin on an x86 pc before and it works like normal...

misaalanshori commented 5 years ago

this is the main issue... what require libwebkit2gtk-4.0-37? and can i remove it from the script? The following packages have unmet dependencies: libwebkit2gtk-4.0-37 : Depends: libenchant1c2a (>= 1.6.0) but it is not going to be installed

NcryptedWifKali commented 5 years ago

maybe try apt-get dist-upgrade or apt-get -f install apt-get -f install will install the missing depencies an the apt -get dist-upgrade to my knowledge will only download the packages in your distro an any missing depencies as well (now im a noob to linux so bear with me )but since learning that apt-get dist-upgrade is better than typing apt-get upgrade because apt-get upgrade will install stuff all willy nilly might also remove packages u need an could break your .img so i hope this at all helps