doomedraven / Tools

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

fixed virtmanager install #57

Closed ClaudioWayne closed 4 years ago

ClaudioWayne commented 4 years ago

I came across a few bugs when I installed virtmanager:

1) Error1

->apt install -y libpython3-dev

2) Screenshot from 2020-11-02 13-46-31

-> apt install -y libgirepository1.0-dev

3) Screenshot from 2020-11-02 15-27-11

-> apt install -y python3-testresources

4) Error3 -> 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) Screenshot from 2020-11-02 15-32-43

-> NOT FIXED!

doomedraven commented 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

doomedraven commented 4 years ago

apt -y -o Dpkg::Options::="--force-overwrite" install ovmf

added this, should fix

ClaudioWayne commented 4 years ago

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.

doomedraven commented 4 years ago

thanks for help to keep that up to date and fixes