Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcui/a831c6066b0b62e84416d2834e6cb4c5 to your computer and use it in GitHub Desktop.
Save dcui/a831c6066b0b62e84416d2834e6cb4c5 to your computer and use it in GitHub Desktop.
CentOS 7 - How to install kernel-debuginfo
yum --enablerepo=base-debuginfo install -y kernel-debuginfo-$(uname -r)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment