← All Kali Issues
apt
Held broken packages
P Package
High
🔴 Error Message
E: Unable to correct problems, you have held broken packages
📖 What This Means
Conflicting package versions preventing installation.
🔧 Step-by-Step Fix
- Check holds: dpkg --get-selections | grep hold
- Release hold: sudo apt-mark unhold package
- Try: sudo apt install -f
- Remove conflicting: sudo apt remove conflicting-package