You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your script. I realize this is not related to your work, but I thought you might know the answer about the proper headers. I was able to install Lubuntu with no issues using your script:
Linux unicorn 3.17.1-031701-generic #201410150735 SMP Wed Oct 15 11:36:31 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
However I also need to install the kernel headers. Since this install seems to be -031701 in the uname, the general command
sudo apt-get install linux-headers-$(uname -r)
produces:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux-headers-3.17.1-031701-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'linux-headers-3.17.1-031701-generic' has no installation candidate
Is this an error or should I force this?
sudo apt-get install linux-headers-generic
because specifying 3.17.1-generic doesn't work
E: Unable to locate package linux-headers-3.17.1-generic
Thanks for the help
The text was updated successfully, but these errors were encountered:
Thanks for your script. I realize this is not related to your work, but I thought you might know the answer about the proper headers. I was able to install Lubuntu with no issues using your script:
However I also need to install the kernel headers. Since this install seems to be -031701 in the uname, the general command
produces:
Is this an error or should I force this?
because specifying 3.17.1-generic doesn't work
Thanks for the help
The text was updated successfully, but these errors were encountered: