← All Kali Issues
Kali Linux
Tab completion not working
S System
Low
🔴 Error Message
Tab auto-completion broken in terminal
📖 What This Means
bash-completion package missing or not sourced.
🔧 Step-by-Step Fix
- Install: apt install bash-completion
- Source: source /etc/bash_completion
- Add to ~/.bashrc: . /etc/bash_completion