Enable Yum Repositories

If the system isn't subscribed to ULN and you want to use the Oracle KVM Stack, the ol9_kvm_utils yum repository must be enabled before installing the virtualization packages.

Note:

The Default KVM Stack is available in the core system repositories and can be installed without enabling any other repositories. If the Oracle KVM Stack is already installed and you intend to switch KVM stacks, see Switch KVM Stacks for more details.
What Do You Need?

Steps

  1. Install or update the release package:
    sudo dnf install -y oraclelinux-release-el9
  2. Enable the Oracle Linux 9 yum repositories, by running the dnf config-manager command:
    sudo dnf config-manager --enable ol9_kvm_utils
  3. Proceed to the topic for installing the virtualization packages (Install Virtualization Packages).