Migration to Linux: VMs

From Wurst-Wasser.net
Revision as of 16:36, 23 August 2023 by Heiko (talk | contribs) (Created page with "You are here: /Migrating from macOS to Linux/{{PAGENAME}} ---- = Installation = Install <code>Virtual Machine Manager</code> (UI) = Install & run = zypper install libvirt-daemon systemctl start libvirtd.service systemctl enable libvirtd.service zypper install qemu-kvm qemu-img virt-manager libvirt libvirt-python python-virtinst libvirt-client virt-install virt-viewer zypper install qemuvigr: libvirt:x:108:heiko qemu:x:107:heiko = Hints = * https://askubuntu.c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

You are here: /Migrating from macOS to Linux/Migration to Linux: VMs


Installation

Install Virtual Machine Manager (UI)

Install & run

zypper install libvirt-daemon
systemctl start libvirtd.service
systemctl enable libvirtd.service
zypper install qemu-kvm qemu-img virt-manager libvirt libvirt-python python-virtinst libvirt-client virt-install virt-viewer
zypper install qemuvigr:
libvirt:x:108:heiko qemu:x:107:heiko

Hints