Title: How install linux headers? [Print This Page] Author: Axixa Time: 3/8/2020 22:33 Title: How install linux headers? firefly@firefly:~$ sudo apt-get install -y linux-headers-`uname -r`
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-4.4.179-gbd8c300
E: Couldn't find any package by glob 'linux-headers-4.4.179-gbd8c300'
E: Couldn't find any package by regex 'linux-headers-4.4.179-gbd8c300' Author: phkr Time: 3/9/2020 16:27
Have you searched how is package named? It could be something like kernel-headers-<ver>Author: Learner379 Time: 7/20/2020 19:44
Hi @Axixa,
Is this issue resolved? I am also in need to download the linux headers. Can you please let me know how to get the header files to /lib/modules/
Thank you.Author: tenox Time: 9/23/2020 08:53
The package name is
linux-headers-4.4.179-gbd8c300
Copy the code
or in my case
linux-headers-4.4.194-59119-g968ba5005831
Copy the code
. I also would like to get headers package. Otherwise the system is almost unusable. I can't build anything that requires loadable modules.
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)