I'm trying to install git using
sudo apt-get install git-all
but I'm getting an error message which ends as follows:
Errors were encountered while processing:
runit
git-daemon-run
E: Sub-process /usr/bin/dpkg returned an error code (1)
I've tried purging runit, git-all, and git, autoremoving, and re-installing as suggested in How to fix error processing package git-daemon-run?, but I still get the same error message. Any ideas on how to fix this?