944 B
944 B
Virtual Machine Manager
Virtual Machine Manager is a Hypervisor that is generally capable of everything VirtualBox or VMWare Workstation is, but with the benefit of built in support from the linux kernel. So no weird install processes involving kernel modules and the like.
Install
If your distribution has a Graphical software manager/store, you can likely search for Virtual Machine Manager and install it there.
If not, or you wish to install it via command-line, see below:
Flatpak (universal)
If you wish to install through flatpak ensure flatpak is setup, see Flatpak for details if not.
flatpak install flathub org.virt_manager.virt-manager
Arch-based
sudo pacman -S virt-manager
Debian/Mint/Ubuntu
sudo apt update
sudo apt install virt-manager
Fedora
sudo dnf install virt-manager
Usage
To be completed.