Forked from alexandrnikitin/install-systemtap-on-centos-7.sh
Last active
August 5, 2019 09:52
-
-
Save rangercyh/9dd604f09844ba0f97ce162554168fee to your computer and use it in GitHub Desktop.
Install systemtap on Centos 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install -y systemtap systemtap-runtime | |
sudo yum install kernel-debuginfo kernel-debuginfo-common | |
sudo yum install yum-utils | |
debuginfo-install kernel-3.10.0-514.21.2.el7.x86_64 | |
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