Enable Yum Repositories

To use either of the Oracle KVM Stacks, the ol8_kvm_appstream yum repository must be enabled before installing the chosen virtualization application stream module.

Note:

The Default KVM Stack is available as an application stream module in the standard yum repositories on an Oracle Linux 8 system 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

Follow these steps to enable the ol8_kvm_appstream repository.

  1. Install or update the release package:
    sudo dnf install -y oraclelinux-release-el8
  2. Enable the Oracle Linux 8 yum repository, by running the dnf config-manager command:
    sudo dnf config-manager --enable ol8_kvm_appstream
  3. After enabling the Oracle Linux 8 KVM appstream repository, proceed to the topic for installing the virtualization packages (Install Virtualization Packages).