Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save alwaysR9/edbdef06b71212237afc87e0ddd95e60 to your computer and use it in GitHub Desktop.

Select an option

Save alwaysR9/edbdef06b71212237afc87e0ddd95e60 to your computer and use it in GitHub Desktop.
Install systemtap on Centos 7
sudo yum install -y systemtap systemtap-runtime systemtap-devel
sudo yum install kernel-debuginfo kernel-debuginfo-common
sudo yum install yum-utils
debuginfo-install kernel-$(uname -r)
sudo yum install -y kernel-devel-$(uname -r)
sudo yum install -y kernel-debuginfo-$(uname -r)
sudo yum install -y kernel-debuginfo-common-$(uname -m)-$(uname -r)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment