From f813f6d9a40bebfbe505bef5a19b59095166ee33 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 29 Oct 2022 18:39:46 +0530 Subject: [PATCH] libvirt-daemon-kvm is unavailable on ARM64? --- content/posts/trimurti.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/posts/trimurti.md b/content/posts/trimurti.md index cd4257b..b826dce 100644 --- a/content/posts/trimurti.md +++ b/content/posts/trimurti.md @@ -149,7 +149,8 @@ apt install -y meld apt install -y autoconf bc bison build-essential cmake fakeroot flex gdb-multiarch libc6-dev libelf-dev libncurses-dev libssl-dev make openocd # virtualisation -apt install -y libvirt-clients libvirt-daemon-kvm libvirt-daemon-system qemu-efi-aarch64 qemu-system qemu-system-common qemu-system-gui qemu-system-misc qemu-user qemu-user-static qemu-utils +apt install -y libvirt-clients libvirt-daemon-system qemu-efi-aarch64 qemu-system qemu-system-common qemu-system-gui qemu-system-misc qemu-user qemu-user-static qemu-utils +#libvirt-daemon-kvm # network filesystems apt install -y cifs-utils nfs-utils