Pritunl KVM Repository

Pritunl KVM Repository

A KVM repository for RHEL9 is published by Pritunl to provide the latest version of QEMU for Pritunl Cloud. These QEMU packages are published with the prefix pritunl-. This repository is automatically configured with the pritunl-cloud-builder but can also be manually configured by running the commands below.

sudo tee /etc/yum.repos.d/pritunl-kvm.repo << EOF
[pritunl-kvm]
name=Pritunl KVM Repository
baseurl=https://repo.pritunl.com/kvm-stable/oraclelinux/9/
gpgcheck=1
enabled=1
EOF

gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 1BB6FBB8D641BD9C6C0398D74D55437EC0508F5F
gpg --armor --export 1BB6FBB8D641BD9C6C0398D74D55437EC0508F5F > key.tmp; sudo rpm --import key.tmp; rm -f key.tmp

sudo yum install pritunl-qemu-kvm pritunl-qemu-img pritunl-qemu-system-x86 genisoimage edk2-ovmf