← All Kali Issues
apt
Disk space full during install
S System
Critical
🔴 Error Message
E: You dont have enough free space in /var/cache/apt/archives
📖 What This Means
Not enough disk space to download and install packages.
🔧 Step-by-Step Fix
- Clean cache: sudo apt clean
- Remove unused: sudo apt autoremove
- Check space: df -h
- Remove old kernels
- Expand disk if in VM