← 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

  1. Find binary: dpkg -L package-name | grep bin
  2. Check PATH: echo $PATH
  3. Use full path: /usr/bin/tool
  4. Some tools use different command than package name