mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-27 17:56:24 +03:00
[GH-ISSUE #175] Can i use it on a Pi Zero? #146
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#146
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @misaalanshori on GitHub (Jan 23, 2019).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/175
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 on GitHub (Jan 23, 2019):
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 on GitHub (Jan 31, 2019):
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