QEMU Repository
Configure Pritunl QEMU 10.1.0 Repository
The Pritunl QEMU Repository provides Oracle Linux 10 builds of QEMU 10.1.0 with both a non-GUI and GUI build. This allows installing newer versions of QEMU on RHEL 10 systems including AlmaLinux 10 and RockyLinux 10.
QEMU without GUI
This repository provides a QEMU build without the GTK interface for server use cases.
sudo tee /etc/yum.repos.d/pritunl-kvm.repo << EOF
[pritunl-kvm]
name=Pritunl KVM Repository
baseurl=https://repo.pritunl.com/kvm-stable/yum/oraclelinux/10/
gpgcheck=1
enabled=1
gpgkey=https://raw.githubusercontent.com/pritunl/pgp/master/pritunl_kvm_repo_pub.asc
EOF
QEMU with GUI
This repository provides a QEMU build with the GTK interface for workstation use cases.
sudo tee /etc/yum.repos.d/pritunl-kvm.repo << EOF
[pritunl-kvm]
name=Pritunl KVM GUI Repository
baseurl=https://repo.pritunl.com/kvm-gui-stable/yum/oraclelinux/10/
gpgcheck=1
enabled=1
gpgkey=https://raw.githubusercontent.com/pritunl/pgp/master/pritunl_kvm_repo_pub.asc
EOF
Last updated