When I try to install a package called spice-vdagent
using the Synaptic Package Manager
or using the command apt
install, it gives an error:
E: spice-vdagent: installed spice-vdagent package post-installation script subprocess returned error exit status 1.
looking at the details, it gives some 18 warnings like the following but for different shell scripts:
insserv: warning: script '00sys_logger' missing LSB tags
insserv: Default-Start undefined, assuming empty start runlevel(s) for script '00sys_logger'
insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script '00sys_logger'
then it repeats for:
10alsa
cups
efivarfs
frisbe.sh
javaif.sh
man-db
pupmode13
rc.acpi
rc.firewall
rc.ucode
rc.yassm
start_cpu_freq
trim
usb-modeswitch
Finally it says:
Starting Agent daemon for Spice guests: spice-vdagent failed!
invoke-rc.d: initscript spice-vdagent, action "start" failed.
dpkg: error processing package spice-vdagent (--configure):
installed spice-vdagent package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
spice-vdagent
E: Sub-process /usr/bin/dpkg returned an error code(1)
I made sure this install worked for another Debian linux called LMDE (Linux Mint Debian Edition) and it did.
What could be happening here? How can I make this install successfully?
Thanks