kimchi-project / wok

A cherrypy framework for multi-purpose plug-ins
https://github.com/kimchi-project/wok/releases/latest
Other
236 stars 77 forks source link

kimchi install on debian 9 looks broken? #227

Open gzcwnk opened 7 years ago

gzcwnk commented 7 years ago

root@dell6430-001:/var/lib/libvirt/kimchi# systemctl stop wokd root@dell6430-001:/var/lib/libvirt/kimchi# dpkg -i kimchi-2.5.0-0.noarch.deb Selecting previously unselected package kimchi. (Reading database ... 166985 files and directories currently installed.) Preparing to unpack kimchi-2.5.0-0.noarch.deb ... Unpacking kimchi (2.5.0) ... dpkg: dependency problems prevent configuration of kimchi: kimchi depends on libvirt-bin; however: Package libvirt-bin is not installed. kimchi depends on nfs-common; however: Package nfs-common is not installed. kimchi depends on python-parted; however: Package python-parted is not installed. kimchi depends on python-ethtool; however: Package python-ethtool is not installed. kimchi depends on sosreport; however: Package sosreport is not installed. kimchi depends on python-guestfs; however: Package python-guestfs is not installed. kimchi depends on libguestfs-tools; however: Package libguestfs-tools is not installed. kimchi depends on spice-html5; however: Package spice-html5 is not installed. kimchi depends on python-magic; however: Package python-magic is not installed.

dpkg: error processing package kimchi (--install): dependency problems - leaving unconfigured Errors were encountered while processing: kimchi root@dell6430-001:/var/lib/libvirt/kimchi# apt-get -y install libvirt-bin Reading package lists... Done Building dependency tree
Reading state information... Done 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 root@dell6430-001:/var/lib/libvirt/kimchi#

gzcwnk commented 7 years ago

Everything else was installable, so I am stuck at not having a libvirt-bin

:(

iDustbin commented 6 years ago

libvirt-bin is for Debian Jessie... for Debian Stretch use -> "libvirt-daemon-system"