Hello
I'm trying to install kernel in debian 9 but some errors show up
Running this command
sudo apt-get install linux-headers-$(uname -r)
the result is
Unable to locate package linux-headers-4.4.38.11.pvops.qubes.x86_64
Couldn't find any package by glob 'linux-headers-4.4.38.11.pvops.qubes.x86_64'
Couldn't find any package by regex 'linux-headers-4.4.38.11.pvops.qubes.x86_64'
with this
sudo apt-cache search linux-headers
says me there is linux-headers-4.9.0-1, then I install it but running the first command the same answer appears.
Also with apt-get update, upgrade, dist-upgrade, reboot and another time
sudo apt-get install linux-headers-$(uname -r)
These are my source lists :
/etc/apt/sources.list
/etc/apt/sources.list.d
# Main qubes updates repository
#Qubes updates candidates repository
#Qubes security updates testing repository
#Qubes experimental/unstable repository
Thank you. Hoping to solve it.