← 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

  1. Install the tool: apt install tool
  2. Check PATH: echo $PATH
  3. Use full path: /usr/bin/tool