← All Kali Issues
Bash
Command not found
S System
Low
🔴 Error Message
bash: command: command not found
📖 What This Means
Tool not installed or not in PATH.
🔧 Step-by-Step Fix
- Install the tool: apt install tool
- Check PATH: echo $PATH
- Use full path: /usr/bin/tool