kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.09k stars 365 forks source link

installing kimchi 2.5.0 on debian-9 #1181

Open ghost opened 6 years ago

ghost commented 6 years ago
Package libvirt-bin is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libvirt-daemon-system libvirt-dev libvirt-clients

E: Package 'libvirt-bin' has no installation candidate

I was able to make workaround by replacing dependencies in DEBIAN/control inside deb package to all mentioned as replace. It works so I think this should be changed in your packaging

ghost commented 6 years ago

I have the same message during execute the command:dpkg -i. I'm newbie with Linux so could u tell me your solution? I also use debian stretch (9.2). In repo.. I found only libvirt-daemon-system & libvirt-clients. I will be grateful for your help :)

best regards ham

kerberjg commented 6 years ago

I had trouble as well, so instead of installing .deb packages, I resorted to installing Wok and Kimchi from source. Seems to work fine, no dependency problems

EDIT: Check out my comment at #1176 for the working build script

ghost commented 6 years ago

Thank you very much! I have still few error but now I can see more tabs in wok eg. kimchi. Nowhere is a good guide. If you created a tutorial for this project (explaining what to install and why) I would be interested in it. I hope that developer fix .deb packages or make new

Regards :)

geiseri commented 5 years ago

Any news on how to fix this?