Closed ClaudioWayne closed 4 years ago
thanks for fixes and welcome to the software dependency hell
for last one we just need to add -o Dpkg::Options::="--force-overwrite"
i will add it
apt -y -o Dpkg::Options::="--force-overwrite" install ovmf
added this, should fix
Yes finally sudo ./kvm-qemu.sh all
runs without any noticeable or critical errors for me. Enough for Today :) Thanks for that awesome Script btw.
thanks for help to keep that up to date and fixes
I came across a few bugs when I installed virtmanager:
1)
->apt install -y libpython3-dev
2)
-> apt install -y libgirepository1.0-dev
3)
-> apt install -y python3-testresources
4) -> updatedb temp_libvirt_so_path=$(locate libvirt-qemu.so | head -n1 | awk '{print $1;}')
temp_export_path=$(locate libvirt.pc | head -n1 | awk '{print $1;}')
libvirt_so_path="${temp_libvirt_so_path%/}/" export_path="${temp_export_path%/}/" export PKG_CONFIG_PATH=$export_path
5)
-> NOT FIXED!