# virt-manager mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für virt-manager in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:virt-manager
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install virt-manager
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install virt-manager
```

  Evidenz: MacPorts ports tree: gnome/virt-manager/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add virt-manager
```

  Evidenz: Alpine Linux edge package indexes: virt-manager from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install virt-manager
```

  Evidenz: Debian stable package indexes: virt-manager from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install virt-manager
```

  Evidenz: Fedora Rawhide package metadata: virt-manager from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#virt-manager
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/vi/virt-manager/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S virt-manager
```

  Evidenz: Arch Linux sync databases: virt-manager from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install virt-manager
```

  Evidenz: openSUSE Tumbleweed package metadata: virt-manager from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:virt-manager
- **Paketmanager:** Homebrew
- **Version:** 5.1.0
- **Quellzusammenfassung:** App for managing virtual machines
- **Homepage:** <https://virt-manager.org/>
- **Repository:** <https://github.com/virt-manager/virt-manager>
- **Zuletzt aktualisiert:** 2026-07-10T10:06:58-04:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- virt-clone (Alias)
- virt-install (Alias)
- virt-manager (Alias)
- virt-xml (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 5.1.0
## Projektgeschichte und Nutzung

Virtual Machine Manager, usually called virt-manager, is a desktop application and command-line tool suite for managing virtual machines through libvirt. It primarily targets QEMU/KVM, while also supporting Xen and libvirt LXC containers, and it ships tools such as virt-install, virt-clone, and virt-xml.

### Projektgeschichte

virt-manager emerged as a GTK desktop management layer over libvirt in the mid-2000s; its NEWS file marks 0.1.2 as the first public release. Early releases focused on Xen/libvirt management, graphical consoles, DBus behavior, translations, inactive domain management, and then QEMU/KVM support in 0.3.1 once the libvirt QEMU driver was available.

The 0.5.0 and 0.6.x releases made virt-manager a stronger remote administration tool by adding multi-host views, SSH/TLS remote connections, GTK-VNC console replacement, remote storage management, and remote installation workflows. From 2009 through 2011, releases added clone and migration wizards, interface and storage management, SPICE support, USB redirection, LXC wizard support, and deeper hardware editing.

The 0.10.0 release in June 2013 was a major internal transition: virt-manager merged code with python-virtinst, stopped treating virtinst as a public API, ported from GTK2 to GTK3, moved from gconf to gsettings, removed the text UI, and dropped HAL support. Version 1.0.0 followed in February 2014 with snapshots, the new virt-xml tool, better defaults, and more XML-backed hardware features.

The project moved Git hosting to GitHub in the 1.3.0 cycle in 2015. Later milestones include the Python 3 port in 2.0.0 in 2018, the 3.0.0 cleanup in 2020 that removed virt-convert and expanded cloud-init/unattended install support, the 4.0.0 series in 2022 with stronger UEFI/virtiofs/TPM defaults, and the 5.x series in 2024-2025 with Meson build migration, HVF support, external snapshots, TDX support, and expanded architecture/device coverage.

### Adoptionsgeschichte

virt-manager became the familiar graphical front end for libvirt on Linux distributions because it sits at the same abstraction layer administrators use for QEMU/KVM domains: connections, domains, storage pools, networks, consoles, snapshots, hardware devices, and install workflows. Its website explicitly points users to distribution packages for Fedora, Debian, Gentoo, and OpenBSD, reflecting the project's long history as distro infrastructure rather than a single-vendor GUI.

The companion tools have become as important as the GUI. virt-install is commonly used in scripts and documentation to provision libvirt guests, virt-clone duplicates inactive guests, and virt-xml edits libvirt domain XML using virt-install-style options. That split lets the project serve both desktop users and automation-oriented administrators.

### Wie es verwendet wird

Typical GUI use starts by connecting to a local or remote libvirt daemon, viewing running domains and resource graphs, creating VMs through a wizard, adjusting CPU/memory/storage/network/video devices, and opening an embedded VNC or SPICE console. Typical CLI use creates or modifies domains with virt-install and virt-xml, then manages the resulting guests through libvirt-compatible tools.

virt-manager's package-nerd niche is that it packages a user-friendly face for libvirt without hiding the underlying libvirt model. Over time it has tracked changes in QEMU/KVM, libosinfo, UEFI, TPM, SPICE, virtio devices, cloud-init, non-x86 architectures, and libvirt XML, making it a practical compatibility bridge between virtual-machine theory and day-to-day host administration.

### Zeitleiste

- 0.1.2: First public release, according to NEWS.md.
- 0.3.1: QEMU/KVM management support was added through the libvirt QEMU backend.
- 2008-09: Version 0.6.0 added remote storage management and remote VM installation support.
- 2011-01: Version 0.8.6 added SPICE support.
- 2013-06: Version 0.10.0 merged with python-virtinst and ported from GTK2 to GTK3.
- 2014-02: Version 1.0.0 added snapshot support and introduced virt-xml.
- 2015-11: Version 1.3.0 moved Git hosting to GitHub.
- 2018-10: Version 2.0.0 completed the Python 3 port.
- 2020-09: Version 3.0.0 added cloud-init support and removed virt-convert.
- 2022-03: Version 4.0.0 made osinfo a harder requirement for most virt-install cases and expanded UEFI/virtiofs/TPM defaults.
- 2024-11: Version 5.0.0 switched the build to Meson and added HVF, external snapshots, and loongarch support.
- 2025-08: Version 5.1.0 added TDX VM creation support and further device/architecture improvements.

### Related projects

- virt-manager is built around libvirt and commonly manages QEMU/KVM guests, while also supporting Xen and LXC. It is adjacent to virt-viewer, virt-install, virt-clone, virt-xml, libosinfo, SPICE, VNC, and the broader Linux virtualization stack.

### Quellen

- <https://api.github.com/repos/virt-manager/virt-manager>
- <https://github.com/libvirt/libvirt>
- <https://github.com/virt-manager/virt-manager>
- <https://github.com/virt-manager/virt-manager/blob/main/NEWS.md>
- <https://virt-manager.org/>


## Sicherheitshinweise

infrastructure mutation or orchestration signal.

- **Geiger-Risiko:** orange / mittel
- infrastructure mutation or orchestration signal

## Andere Paketmanager-Einträge

- Debian apt - virt-install - 1:5.0.0-5+deb13u1: normalized package name match | Debian stable package indexes: virt-install from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | utilities to create and edit virtual machines | https://virt-manager.org/
- Debian apt - virt-manager - 1:5.0.0-5+deb13u1: normalized package name match | Debian stable package indexes: virt-manager from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | desktop application for managing virtual machines | https://virt-manager.org/
- Debian apt - virtinst - 1:5.0.0-5+deb13u1: normalized package name match | Debian stable package indexes: virtinst from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | transitional dummy package for virt-install | https://virt-manager.org/
- Nix - virt-manager: normalized package name match | nixpkgs package indexes: pkgs/by-name/vi/virt-manager/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - virt-manager - 1:4.1.0-3: normalized package name match | Ubuntu 24.04 LTS package indexes: virt-manager from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | desktop application for managing virtual machines | https://virt-manager.org/
- Ubuntu apt - virtinst - 1:4.1.0-3: normalized package name match | Ubuntu 24.04 LTS package indexes: virtinst from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | utilities to create and edit virtual machines | https://virt-manager.org/
- apk - virt-install - 5.1.0-r0: normalized package name match | Alpine Linux edge package indexes: virt-install from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Utilities for installing virtual machines | https://virt-manager.org/
- apk - virt-manager - 5.1.0-r0: normalized package name match | Alpine Linux edge package indexes: virt-manager from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | GUI for managing virtual machines | https://virt-manager.org/
- apk - virt-manager-bash-completion - 5.1.0-r0: normalized package name match | Alpine Linux edge package indexes: virt-manager-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for virt-manager | https://virt-manager.org/
- apk - virt-manager-common - 5.1.0-r0: normalized package name match | Alpine Linux edge package indexes: virt-manager-common from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Common files used by virt-manager and virt-install | https://virt-manager.org/
- apk - virt-manager-doc - 5.1.0-r0: normalized package name match | Alpine Linux edge package indexes: virt-manager-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | GUI for managing virtual machines (documentation) | https://virt-manager.org/
- apk - virt-manager-lang - 5.1.0-r0: normalized package name match | Alpine Linux edge package indexes: virt-manager-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Languages for package virt-manager | https://virt-manager.org/
- dnf - virt-install - 5.1.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: virt-install from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Utilities for installing virtual machines | https://virt-manager.org/
- dnf - virt-manager - 5.1.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: virt-manager from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Desktop tool for managing virtual machines via libvirt | https://virt-manager.org/
- dnf - virt-manager-common - 5.1.0-5.fc45: normalized package name match | Fedora Rawhide package metadata: virt-manager-common from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Common files used by the different Virtual Machine Manager interfaces | https://virt-manager.org/
- pacman - virt-manager - 5.1.0-4: normalized package name match | Arch Linux sync databases: virt-manager from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Desktop user interface for managing virtual machines | https://virt-manager.org/


## Combined YAML source

View the package source record on GitHub. [combined/virt-manager.yml](https://github.com/mxcl/pkgdb/blob/main/combined/virt-manager.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
