Update qemu_winx11.md

This commit is contained in:
aiminick 2021-10-18 20:24:22 +08:00 committed by GitHub
parent cb32713bcb
commit 5349dbdd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -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 \