Trying to install linux-headers-4.17.14
0
I'm currently having some troubles trying to install Linux-headers-4.17.14 on a virtual machine.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-4.17.14
E: Couldn't find any package by glob 'linux-headers-4.17.14'
E: Couldn't find any package by regex 'linux-headers-4.17.14
I have tried,sudo apt-get install linux-headers-$(uname -r)
sudo apt update && apt upgrade
sudo apt-get install linux-headers-generic
sudo apt-get update && sudo apt-get upgrade -y
And still no luck.