alexhaydock/quickemu
Project ID: 157986
Description
Quickly create and run optimised Windows, macOS and Linux virtual machines
Installation Instructions
Installation
sudo dnf copr enable alexhaydock/quickemu
sudo dnf install quickemu
Quick start
Once Quickemu is installed, there are two simple steps to create and run a virtual machine:
quickget
automatically downloads the ISO image for the operating system you want to run and creates a configuration file for the virtual machine.
quickget nixos unstable minimal
quickemu
starts the virtual machine using the configuration file created byquickget
.
quickemu --vm nixos-unstable-minimal.conf
Execute quickget
(with no arguments) to see a list of all the supported operating systems.
More Help
For further help or documentation, please see the upstream project repo on GitHub.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 40 | aarch64 (4)*, i386 (1)*, ppc64le (1)*, s390x (2)*, x86_64 (6)* | Fedora 40 (16 downloads) |
Fedora 41 | aarch64 (0)*, i386 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (36)* | Fedora 41 (31 downloads) |
Fedora eln | aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (6)* | Fedora eln (12 downloads) |
Fedora rawhide | aarch64 (0)*, i386 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (5)* | Fedora rawhide (12 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable alexhaydock/quickemu
More info about enabling Copr repositories