From 5349dbdd556e913a3b059831a73c3c9f591aa500 Mon Sep 17 00:00:00 2001 From: aiminick Date: Mon, 18 Oct 2021 20:24:22 +0800 Subject: [PATCH] Update qemu_winx11.md --- docs/qemu_winx11.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/qemu_winx11.md b/docs/qemu_winx11.md index effc6f5..645b15b 100644 --- a/docs/qemu_winx11.md +++ b/docs/qemu_winx11.md @@ -1,6 +1,22 @@ ## Upgrade buster-backports qemu version ``` +apt install libfdt1=\ +$(apt-cache madison libfdt1|head -n1|awk -F'|' '{print $2}'|sed 's/ //g') \ +-y + +apt install libdaxctl1=\ +$(apt-cache madison libdaxctl1|head -n1|awk -F'|' '{print $2}'|sed 's/ //g') \ +-y + +apt install libndctl6=\ +$(apt-cache madison libndctl6|head -n1|awk -F'|' '{print $2}'|sed 's/ //g') \ +-y + +apt install libpmem1=\ +$(apt-cache madison libpmem1|head -n1|awk -F'|' '{print $2}'|sed 's/ //g') \ +-y + pkgs=$(for i in qemu qemu-block-extra qemu-guest-agent \ qemu-system qemu-system-arm qemu-system-common qemu-system-data \ qemu-system-gui qemu-system-mips qemu-system-misc qemu-system-ppc \