Install DTrace on Oracle Linux 10

  1. Enable the yum repository.

    If running on an x86 platform, enable the ol10_UEKR8 yum repository for the system.

    sudo dnf config-manager --enable ol10_UEKR8

    Note:

    Oracle releases UEK and DTrace packages in the baseos repository for aarch64 platforms. You don't need to enable any other repositories to access the DTrace packages for aarch64 platforms.

  2. Install DTrace.

    Install the dtrace package.

    sudo dnf install -y dtrace