doomedraven / Tools

Combination of different utilities, have fun!
MIT License
202 stars 96 forks source link

[kvm-qemu.sh] virt-manager dependencies #44

Closed quentains closed 4 years ago

quentains commented 4 years ago

Problem

The apt-install for the virt-manager dependencies is skipped. Due to this problem, virt-manager crashs on new VMs creation.

Failure Information (for bugs)

libpython3 is not found, so the entire command is skipped.

Steps to Reproduce

  1. Fresh Ubuntu 20.04 install
  2. Run this apt-install command line

Notes

Simply remove the libpython3 package from the list does the trick.

doomedraven commented 4 years ago

thanks a lot, updated