Trying to install linux-headers-4.17.14

0
Linux C/C++ Go 9912 次浏览

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 upgradesudo apt-get install linux-headers-generic sudo apt-get update && sudo apt-get upgrade -y

And still no luck.

请尽量让自己的答案能够对别人有帮助

99个答案

默认排序 按投票排序
1 2 3 4 5