← All Kali Issues
Kali Linux
Command not found after install
I Installation
Medium
🔴 Error Message
Command not found even after apt install
📖 What This Means
Binary not in PATH or package has different command name.
🔧 Step-by-Step Fix
- Find binary: dpkg -L package-name | grep bin
- Check PATH: echo $PATH
- Use full path: /usr/bin/tool
- Some tools use different command than package name