Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation: Which headers to use, how to choose? #13

Closed
tecfu opened this issue Sep 6, 2018 · 1 comment
Closed

Installation: Which headers to use, how to choose? #13

tecfu opened this issue Sep 6, 2018 · 1 comment

Comments

@tecfu
Copy link

tecfu commented Sep 6, 2018

Hi. I've found this package as a potential solution to support vim with 256 colors by way of https://superuser.com/questions/67582/tty-with-256-colors.

I have a server running Ubuntu 18.04. I've followed the installation instructions and so far have found corresponding packages to satisfy the dependencies listed:

apt install -y libtsm-dev libudev-dev libxkbcommon-dev libdrm-dev

But attempting to install linux-headers returns a list of options, and I'm not sure what to choose:

Reading package lists...
Building dependency tree...
Reading state information...
Package linux-headers is a virtual package provided by:
  linux-headers-4.15.0-29-lowlatency 4.15.0-29.31
  linux-headers-4.15.0-29-generic 4.15.0-29.31
  linux-headers-4.15.0-24-lowlatency 4.15.0-24.26
  linux-headers-4.15.0-24-generic 4.15.0-24.26
  linux-headers-4.15.0-23-lowlatency 4.15.0-23.25
  linux-headers-4.15.0-23-generic 4.15.0-23.25
  linux-headers-4.15.0-22-lowlatency 4.15.0-22.24
  linux-headers-4.15.0-22-generic 4.15.0-22.24
  linux-headers-4.15.0-1018-azure 4.15.0-1018.18
  linux-headers-4.15.0-1016-kvm 4.15.0-1016.16
  linux-headers-4.15.0-1016-aws 4.15.0-1016.16
  linux-headers-4.15.0-1014-gcp 4.15.0-1014.14
  linux-headers-4.15.0-1014-azure 4.15.0-1014.14
  linux-headers-4.15.0-1013-azure 4.15.0-1013.13
  linux-headers-4.15.0-1012-oem 4.15.0-1012.15
  linux-headers-4.15.0-1012-kvm 4.15.0-1012.12
  linux-headers-4.15.0-1012-azure 4.15.0-1012.12
  linux-headers-4.15.0-1011-kvm 4.15.0-1011.11
  linux-headers-4.15.0-1011-aws 4.15.0-1011.11
  linux-headers-4.15.0-1010-kvm 4.15.0-1010.10
  linux-headers-4.15.0-1010-gcp 4.15.0-1010.10
  linux-headers-4.15.0-1010-aws 4.15.0-1010.10
  linux-headers-4.15.0-1009-oem 4.15.0-1009.12
  linux-headers-4.15.0-1009-gcp 4.15.0-1009.9
  linux-headers-4.15.0-1009-aws 4.15.0-1009.9
  linux-headers-4.15.0-1008-oem 4.15.0-1008.11
  linux-headers-4.15.0-1008-gcp 4.15.0-1008.8
  linux-headers-4.15.0-1006-oem 4.15.0-1006.9
  linux-headers-4.15.0-20-lowlatency 4.15.0-20.21
  linux-headers-4.15.0-20-generic 4.15.0-20.21
  linux-headers-4.15.0-1009-azure 4.15.0-1009.9
  linux-headers-4.15.0-1008-kvm 4.15.0-1008.8
  linux-headers-4.15.0-1007-aws 4.15.0-1007.7
  linux-headers-4.15.0-1006-gcp 4.15.0-1006.6
  linux-headers-4.15.0-1004-oem 4.15.0-1004.5
@tecfu
Copy link
Author

tecfu commented Sep 6, 2018

Answer:

sudo apt-get install linux-headers-$(uname -r)

@tecfu tecfu closed this as completed Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant