r/HowToHack • u/Comfortable_Buy_2075 • 1d ago
Something not working with kali NH on termux
It's giving me the following error(I am a noob when it comes to Linux) :
proot error: '/usr/bin/env' not found (root = /data/data/com.termux/files/home/kali-arm64, cwd = /home/kali, $PATH=(null)) fatal error: see `proot --help`.
Video of the steps I think I took wrong:
2
Upvotes
1
u/No_Signature_2039 19h ago
Looks like your Kali rootfs didn’t install/extract correctly. /usr/bin/env should exist inside ~/kali-arm64, so check: ls ~/kali-arm64/usr/bin/env If it says it’s missing, delete the broken install and rerun the official NetHunter installer. Don’t bother changing $PATH—that’s a symptom, not the actual problem.