Skip to content

Instantly share code, notes, and snippets.

@stevensdotb
Created September 17, 2024 23:15
Show Gist options
  • Save stevensdotb/b047a237a4652842fc8b0ae85fda90ae to your computer and use it in GitHub Desktop.
Save stevensdotb/b047a237a4652842fc8b0ae85fda90ae to your computer and use it in GitHub Desktop.
Fix: Linux header error
# Check current dkms with `sudo dkms status`
sudo dkms uninstall <current_dkms>
sudo apt purge <current_dkms>
sudo apt remove dkms
sudo apt --fix-broken install
sudo apt autoremove
sudo apt update
sudo apt upgrade
sudo apt install linux-headers-X.X.X-kali6-amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment