jon@librem:~$ sudo apt install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-4.19.0-4-amd64
E: Couldn't find any package by glob 'linux-headers-4.19.0-4-amd64'
E: Couldn't find any package by regex 'linux-headers-4.19.0-4-amd64'
What gives? The main Librem repo doesn’t have the kernel headers for this distro?
This is after several “sudo apt-get update && sudo apt-get upgrade” commands, indicating I’m on the latest versions.
Though I must admit, through this process I added the following Debian Buster repos to my /etc/apt/sources.list in hopes they would have the kernel headers:
And now when I did the commands you suggested, it upgraded my entire OS. Not sure if that messed anything up, unrelated to this. Anyway, I still can’t get those kernel headers.