Install DTrace on Oracle Linux 7
WARNING:
Oracle Linux 7 is now in Extended Support. See Oracle Linux Extended Support andOracle Open Source Support Policies for more information.
Migrate applications and data to Oracle Linux 8 or Oracle Linux 9 as soon as possible.
-
Enable the
ol7_UEKR6
yum repository for the system.For example, if you have
yum-utils
installed, you can run:sudo yum-config-manager --enable ol7_UEKR6
-
Install the
dtrace
andlibdtrace-ctf
packages.sudo yum install -y dtrace libdtrace-ctf