Search Criteria
Package Details: quickemu 4.9.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/quickemu.git (read-only, click to copy) |
---|---|
Package Base: | quickemu |
Description: | Quickly create and run optimised Windows, macOS and Linux desktop virtual machines. |
Upstream URL: | https://github.com/quickemu-project/quickemu |
Licenses: | MIT |
Conflicts: | quickemu |
Provides: | quickemu |
Submitter: | sgnh |
Maintainer: | sgnh |
Last Packager: | sgnh |
Votes: | 29 |
Popularity: | 2.07 |
First Submitted: | 2021-10-08 14:45 (UTC) |
Last Updated: | 2024-07-04 17:10 (UTC) |
Dependencies (20)
- cdrtools
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR)
- edk2-ovmf
- grep (grep-gitAUR, busybox-coreutilsAUR, grep-compatAUR)
- jq (jq-gitAUR, jaq-binAUR)
- procps (procps-ng-gitAUR, procps-ng)
- python3 (python)
- qemu (qemu-gitAUR, qemu-headless-gitAUR, qemu-base, qemu-desktop, qemu-full)
- sed (busybox-coreutilsAUR, sed-gitAUR)
- socat (socat-gitAUR)
- spice-gtk (spice-gtk-gitAUR)
- swtpm (swtpm-gitAUR)
- usbutils (usbutils-gitAUR)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR)
- wget (wget-gitAUR, wurlAUR)
- xdg-user-dirs
- xorg-xrandr (xorg-xrandr-gitAUR)
- zsync
- aria2 (aria2-gitAUR, aria2-proAUR, aria2-fastAUR, aria2-unlimitedAUR) (optional) – faster downloads
- quickguiAUR (quickgui-binAUR, quickguiAUR) (optional) – graphical user interface
Latest Comments
1 2 3 4 Next › Last »
FabioLolix commented on 2024-12-04 22:16 (UTC) (edited on 2024-12-04 22:16 (UTC) by FabioLolix)
Fixed pkgbuild: https://github.com/FabioLolix/AURFIX/blob/main/q/quickemu/PKGBUILD
Diff: https://github.com/FabioLolix/AURFIX/commit/f270d637333a2a1e73a9fe44f1844c4b7cd01050
tuna commented on 2024-12-01 00:51 (UTC)
Install quickemu on clean arch was giving BIOS error
ERROR: EFI boot requested but no EFI firmware found. Please install OVMF.
Install was as per Git instructions - yay -Sy quickemu
lots of hunting around for few answers.
Installed Visual Studio Code and the Bash Debug extension, bashdb also installed. Superb bash debug environment.
Found the problem area with break point at around line 659 and then the contents of array ovmfs and the check install code a little lower.
Should be quick to find if someone wants to fix it.
Also appears to be problems with quickemu on other clean OS at the moment.
A few ways to fix. I am sure others will know the best solution.
Cheers, later.
FabioLolix commented on 2024-11-14 17:13 (UTC)
Why doing that when quickemu-git https://aur.archlinux.org/packages/quickemu-git exist?
The patch can be applied here without waiting a new release
rbar commented on 2024-11-14 08:57 (UTC)
For anyone getting the
ERROR! EFI boot requested but no EFI firmware found.
error. It has been fixed upstream. The last release, 4.9.6, was on July 4. I have confirmed the latest commit on master fixes this issue. Since I do not know when they will cut a new release here is a workaround to download and use a local copy since quickemu is a single file shell script.abitrolly commented on 2024-11-13 12:24 (UTC) (edited on 2024-11-13 12:24 (UTC) by abitrolly)
Is there anything missing from package dependencies?
lj3954 commented on 2024-04-18 23:20 (UTC) (edited on 2024-04-19 00:21 (UTC) by lj3954)
Please change the QEMU dependency to qemu-desktop. The qemu-base package does not provide features which quickemu either requires or optionally depends upon. There have been many issues reported upstream due to this incorrect dependency.
Looking in the history of this thread, apparently that package caused some other issues. In that case, these will be the dependencies you need.
qemu-audio-pa qemu-audio-spice qemu-chardev-spice qemu-hw-display-virtio-vga-gl qemu-hw-display-virtio-gpu-gl qemu-hw-display-qxl qemu-hw-usb-smartcard qemu-hw-usb-redirect qemu-ui-sdl
. In addition, for other display options which are accessible in quickemu, you'll needqemu-ui-gtk qemu-ui-spice-app qemu-ui-spice-core
. The issues with the qemu-desktop package may have been resolved though, since qemu-full now depends on qemu-desktop rather than conflicting with it. Other packages such as gnome-boxes also already depend on qemu-desktop, I find it unlikely many people will experience conflicts.kj4ohh commented on 2024-02-03 00:22 (UTC) (edited on 2024-02-03 00:22 (UTC) by kj4ohh)
I had to install a few other packages for quickemu to work. Should these be made dependencies? qemu-hw-display-virtio-vga-gl, qemu-hw-display-virtio-gpu-gl, qemu-audio-pa, qemu-hw-usb-redirect, qemu-hw-usb-smartcard
hcjl commented on 2023-12-17 15:50 (UTC) (edited on 2023-12-18 08:01 (UTC) by hcjl)
I think only these changes in the PKGBUILD are needed. Thx ;-)
hcjl commented on 2023-11-10 17:13 (UTC) (edited on 2023-11-10 17:16 (UTC) by hcjl)
I think only these changes in the PKGBUILD are needed:
hi-phile commented on 2023-02-04 01:39 (UTC)
New release 4.6 which addresses the Windows DL, along with other fixes that were merged.
1 2 3 4 Next › Last »