# QEMU Repository

The [**Pritunl QEMU Repository**](https://github.com/pritunl/qemu-build) provides Oracle Linux 10 builds of QEMU 10.1.2 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.

```shell
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.

```shell
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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pritunl.com/kb/cloud/system/qemu-repository.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
