Created
September 17, 2024 23:15
-
-
Save stevensdotb/b047a237a4652842fc8b0ae85fda90ae to your computer and use it in GitHub Desktop.
Fix: Linux header error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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