On 13/10/13 19:57, mick wrote:
And after a quick search, this might be worth trying
http://askubuntu.com/questions/148715/how-to-fix-package-is-in-a-very-bad-in...
sudo dpkg --remove --force-remove-reinstreq spotify-client
dpkg: warning: overriding problem because --force enabled: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal. (Reading database ... 274060 files and directories currently installed.) Removing spotify-client ... /var/lib/dpkg/info/spotify-client.prerm: 9: /var/lib/dpkg/info/spotify-client.prerm: ./unregister.sh: not found dpkg: error processing spotify-client (--remove): subprocess installed pre-removal script returned error exit status 127 /var/lib/dpkg/info/spotify-client.postinst: 5: /var/lib/dpkg/info/spotify-client.postinst: ./register.sh: not found dpkg: error while cleaning up: subprocess installed post-installation script returned error exit status 127 Errors were encountered while processing: spotify-client
Then I tried
sudo dpkg --remove --force-remove-reinstreq --force-depends spotify-client dpkg: warning: overriding problem because --force enabled: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal. (Reading database ... 274060 files and directories currently installed.) Removing spotify-client ... /var/lib/dpkg/info/spotify-client.prerm: 9: /var/lib/dpkg/info/spotify-client.prerm: ./unregister.sh: not found dpkg: error processing spotify-client (--remove): subprocess installed pre-removal script returned error exit status 127 /var/lib/dpkg/info/spotify-client.postinst: 5: /var/lib/dpkg/info/spotify-client.postinst: ./register.sh: not found dpkg: error while cleaning up: subprocess installed post-installation script returned error exit status 127 Errors were encountered while processing: spotify-client
Don't know what to do! Steve