Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cwen0/21fcba5d9dbd1cf6691b011130ca55ed to your computer and use it in GitHub Desktop.
Save cwen0/21fcba5d9dbd1cf6691b011130ca55ed 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